Skip to content

v1.6.0 - Crash reporting, plugins and more!

Compare
Choose a tag to compare
@leonjza leonjza released this 29 Mar 11:52
· 325 commits to master since this release
0da9c79

new

  • Implement Frida crash reporting.
  • Add warnings before clearing the iOS keychain or the Android Keystore.
  • Report the Frida runtime in use as part of the frida command.
  • Add inspection of live instances of Java objects. This feature is available as a new command: android heap print_instances <class>.
  • Add an Android method searcher. This is available as a new command: android hooking search methods <search string>.
  • Add plugin support (thanks @SpeedyFireCyclone). For more information, see the wiki article here. Sample plugins can be seen here (Sample plugin used in tests), here (Stetho sideloader) and here (Objections clipboard monitor as a plugin).
  • Add the ability to delete files on an Android device. This is implemented as the rm command.

fixes

  • Fix class enumeration in the Android class watcher where methods with generics broke parsing.
  • Fix a cache key invalidation issue when uploading files.

Code Changes Since v1.5.4