hacksysteam / android-injector

Android Shared Object Injector
The Unlicense
29 stars 6 forks source link

Inject gadget.so successful but frida -UF failed. #3

Open xyxdaily opened 2 years ago

xyxdaily commented 2 years ago

image image Could you please tell why and how can I inject the gadget successfully?

hacksysteam commented 2 years ago

maybe the target process is getting killed after injection. Can you print some stuff in logcat when JNI_OnLoad is called to see if this method was really called?

xyxdaily commented 2 years ago

Actually, I used the ida to open the gadget, and found that there is no JNI_OnLoad. I just want to inject gadget.so without frida-server

xyxdaily commented 2 years ago

I tried to inject into victim, and it's the same result.