mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-09 17:21:58 +00:00
Hook up denylist IPC routines
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
enum : int {
|
||||
ZYGISK_SETUP,
|
||||
ZYGISK_CHECK_DENYLIST,
|
||||
ZYGISK_UNMOUNT,
|
||||
};
|
||||
|
||||
// Unmap all pages matching the name
|
||||
@@ -22,3 +24,5 @@ uintptr_t get_function_addr(int pid, const char *lib, uintptr_t off);
|
||||
void self_unload();
|
||||
void hook_functions();
|
||||
bool unhook_functions();
|
||||
bool remote_check_denylist(int uid, const char *process);
|
||||
int remote_request_unmount();
|
||||
|
||||
Reference in New Issue
Block a user