You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef __KSU_H_APK_V2_SIGN
|
|
#define __KSU_H_APK_V2_SIGN
|
|
|
|
// return 0 if signature match
|
|
int is_manager_apk(char* path);
|
|
|
|
#endif |