mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 01:32:17 +00:00
Load Zygisk modules
This commit is contained in:
@@ -65,6 +65,7 @@ void boot_complete(int client);
|
||||
void denylist_handler(int client, ucred *cred);
|
||||
void su_daemon_handler(int client, ucred *credential);
|
||||
void zygisk_handler(int client, ucred *cred);
|
||||
std::vector<int> zygisk_module_fds(bool is_64_bit);
|
||||
|
||||
// Denylist
|
||||
void initialize_denylist();
|
||||
|
||||
Reference in New Issue
Block a user