- hook jniRegisterNativeMethods rather than search memory
- hook SystemProperties_set to prevent a critical problem on Android 9+ (see https://github.com/RikkaApps/Riru/blob/v7/riru-core/jni/main/jni_native_method.cpp#L162-L176)
- try to solve a magic problem (see
Riru/riru-core/jni/main/jni_native_method.cpp
Lines 55 to 66 in 77adfd6