- In order to reduce the extra patch code and increase the rate of hunk succeed, we do not rename the symbols in KernelSU drvier but instead do it all in kernel/kallsym.c - Make susfs_starts_with() global as it maybe useful in future Co-authored-by: simonpunk <simonpunk2016@gmail.com>
9 lines
140 B
C
9 lines
140 B
C
#ifndef __KSU_H_APK_V2_SIGN
|
|
#define __KSU_H_APK_V2_SIGN
|
|
|
|
#include <linux/types.h>
|
|
#include "ksu.h"
|
|
|
|
bool is_manager_apk(char *path);
|
|
|
|
#endif |