MethodHooker--Hook分析

Hook的原理是修改java層的method屬性,而後註冊jni函數,可是實現起來仍是有點複雜,具體看下面的函數。 int Hook(){ init(); void* handle = dlopen("/data/local/libTest.so",RTLD_NOW); const char *dlopen_error = dlerror(); if(!handle){ DEBUG_P
相關文章
相關標籤/搜索