ksg97031 / frida-gadget

Automated tool for patching APKs to enable the use of Frida gadget by downloading the library and injecting code into the main activity.
MIT License
157 stars 21 forks source link

Application won't start after gadget injection #17

Closed UnnecessaryCaution closed 7 months ago

hitfzyangdianshi commented 3 months ago

I met the same issue. Did you solve it?

UnnecessaryCaution commented 3 months ago

Yes, I solved it with injecting the gadget library manually. I think issues depends on where you inject the library. When gadget library injection made to wrong location, app crashes, freezes or won't even starts.... (At least this was my case.)