v1.2.0
new
- Add the
--enable-debugflag for the Android patcher that will set theandroid:debuggableproperty in the resultantAndroidManifest.xmlfile totrueafter patching an APK. - Add the
--file-commands / -cflag to theexplorecommand to read objection commands from a file and run them on start up. - Add the
commands history,commands saveandcommands clearcommands to work with the current sessions command history. Saved commands can be loaded using the previously mentioned-cflag. - 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 olderdump_argscommands 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
-sflag. - Added command arguments to the output of the
jobs listcommand 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.