new
- Add the
android hooking list class_loaderscommand to list the available class loaders (b0710ed) - Add the
objection signapkcommand to sign multiple apk's using the objection certificate. NOTE: This commit also changes the internal signer used fromjarsignertoapksigner(available in the Kali repo) (724019a) (via #375) (thanks @mtschirs) - Add wildcard class name support for Android method hooking (0dee9d6) (via #383) (thanks @bet4it)
- Add the ability to specify an already decoded
AndroidManifestto thepatchapkcommand such that--skip-resourcescould still be used under certain conditions (9370002) (via #407) (thanks @agreenbhm) - Improve the iOS biometrics bypass hook by also hooking
evaluateAccessControl. (2977c8a) (via #411) (thanks @jnovak-praetorian) - Add a new
ios monitor cryptocommand to monitorCommonCryptousage in real time. (746d08d) (via #430) (thanks @gagnonca) - Add a new
android proxy setcommand to set the proxy server used by a specific Android app and not the whole OS. (91d1311) (via #439) (thanks @GOAT-FARM3R) - Add a new
android deoptimizecommand to disable all optimizations, forcing the android VM to execute via the interpreter. This could help with some missed hooks (a343591)
fixes
- Improve error handling when the remote Frida version does not match the local version (6b7baf8)
- Silence errors that may have occurred while checking for updates (925d2bc)
- Improve the
sqlite connectcommand to also download SQLite specific temp files if they are available (772154f) (via #392) (thanks @mame82) - Revert an older
JSON.stringifypatch to properly display hooked arguments for Android hooks again (675a88f) (via #414) (thanks @ido77778)
other
- Update agent dependencies (7a727a0)
- Update agent dependencies (618c087)
- Target
es2020for the agent. This makes Frida 14+ a requirement for QuickJS (1e79aa3) - Major Frida agent dependency bump to latest versions (d5642c3)
- Reduce the length of generated job ids (dc104f8)
- Add warnings about loaded classes when hooking (8abb553) (via #403) (thanks @TheDauntless)