Skip to content

1.10.0

Compare
Choose a tag to compare
@leonjza leonjza released this 24 Feb 15:33
· 65 commits to master since this release
1fae0a7

new

  • Add the android hooking list class_loaders command to list the available class loaders (b0710ed)
  • Add the objection signapk command to sign multiple apk's using the objection certificate. NOTE: This commit also changes the internal signer used from jarsigner to apksigner (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 AndroidManifest to the patchapk command such that --skip-resources could 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 crypto command to monitor CommonCrypto usage in real time. (746d08d) (via #430) (thanks @gagnonca)
  • Add a new android proxy set command 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 deoptimize command 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 connect command to also download SQLite specific temp files if they are available (772154f) (via #392) (thanks @mame82)
  • Revert an older JSON.stringify patch to properly display hooked arguments for Android hooks again (675a88f) (via #414) (thanks @ido77778)

other

  • Update agent dependencies (7a727a0)
  • Update agent dependencies (618c087)
  • Target es2020 for 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)

Code Diff Since v1.9.6