v1.2.0
v1.2.0
new
- Add the
--enable-debug
flag for the Android patcher that will set theandroid:debuggable
property in the resultantAndroidManifest.xml
file totrue
after patching an APK. - Add the
--file-commands / -c
flag to theexplore
command to read objection commands from a file and run them on start up. - Add the
commands history
,commands save
andcommands 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 olderdump_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.