Open xyxdaily opened 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?
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
I tried to inject into victim, and it's the same result.
Could you please tell why and how can I inject the gadget successfully?