github sensepost/objection 1.6.0
v1.6.0 - Crash reporting, plugins and more!

latest releases: 1.12.3, 1.12.2, 1.12.1...
6 years ago

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

Don't miss a new objection release

NewReleases is sending notifications on new releases.