Hacker News new | ask | show | jobs
by jeroenhd 495 days ago
With root access, Frida can patch applications in memory, so you don't need to mess with the APK file.

If root is not an option, injecting Frida into the APK will work (but that might break applications that verify signatures).