reveny / Android-GUI-Injector

GUI App for Injecting shared libraries on Android
GNU General Public License v3.0
202 stars 61 forks source link

Not working on MuMu Emulator 12 #20

Open binaryslark opened 1 month ago

binaryslark commented 1 month ago

logcat output : crash.txt

reveny commented 1 month ago

The crash seems to be happening here https://github.com/reveny/Android-GUI-Injector/blob/e0fe06e3a443422421314d096a497b93396f432a/app/src/main/jni/Injector/Injector.cpp#L149

I am unsure why this would crash in the first place but I assume it's some issue of the emulator itself as there isn't any clear reason why this wouldn't work. My guess is that it's either the emulator or libsu causes this problem and the native app isn't able to find the native class in the dex. I will look into this and maybe create an issue for libsu.