github sensepost/objection 1.2.0
v1.2.0

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

v1.2.0

new

  • Add the --enable-debug flag for the Android patcher that will set the android:debuggable property in the resultant AndroidManifest.xml file to true after patching an APK.
  • Add the --file-commands / -c flag to the explore command to read objection commands from a file and run them on start up.
  • Add the commands history, commands save and commands clear commands to work with the current sessions command history. Saved commands can be loaded using the previously mentioned -c flag.
  • Refactor the iOS and Android class method watcher commands to now have flags to toggle the dumping of arguments (--dump-args), stack traces (--dump-backtrace) and return values (--dump-return) to the screen. The older dump_args commands for both platforms have been removed in favour of the new flags.
  • Add the ability to tab complete flags.
  • Allow for multiple startup commands to be added when starting the REPL by using more than one -s flag.
  • Added command arguments to the output of the jobs list command to make it easier to distinguish commands of the same type.

fixes

  • Improve the error handling when starting the objection REPL.
  • Improve command argument validation, especially in commands where flags are used.

Don't miss a new objection release

NewReleases is sending notifications on new releases.