mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-17 07:12:32 -08:00
Minor zygisk refactoring
This commit is contained in:
@@ -13,12 +13,11 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
void *self_handle = nullptr;
|
||||
string native_bridge = "0";
|
||||
|
||||
static bool is_compatible_with(uint32_t) {
|
||||
auto name = get_prop(NBPROP);
|
||||
android_logging();
|
||||
zygisk_logging();
|
||||
hook_functions();
|
||||
ZLOGD("load success\n");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user