Minor zygisk refactoring

This commit is contained in:
topjohnwu
2024-01-25 00:17:47 -08:00
parent f2c4288d2d
commit 930bb8687f
3 changed files with 13 additions and 15 deletions

View File

@@ -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;