Skip to content

v1.2.0

Compare
Choose a tag to compare
@leonjza leonjza released this 21 Oct 15:53
· 580 commits to master since this release
f6eb83b

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.