beaver-android

Results 3 comments of beaver-android

Looks like the other two tests fail in the same way: - hookInstanceMethod - hookCtorMethod

> `OFFSET_classlinker_in_Runtime` is not initialized on Android 12: > > https://github.com/PAGalaxyLab/YAHFA/blob/fe3971295f149068664a28be6589f9d28bcedc86/library/src/main/jni/utils.c#L17 > > So maybe we could set the offset value for Android 12 and try again? Yes, thanks for...

I see. However calling MakeInitializedClassesVisiblyInitialized before each hook doesn't fix the static method hooking, even after I fixed the pointer to ClassLinker object. Looks like if the hooked method is...