* Fix support for new version of `frida-tools`, thanks linden and AiziChen! * Bump `frida` and `frida-tools` versions.
0.8.2
* Emulate Frida's `--no-pause` behavior when a binary is spawned. Thanks tux-mind for this addition!
0.8.1
* Add basic support for `bplist17` (and as a bonus `bplist16`) support. Kudos to weizenberg for this addition!
0.8.0
* View timestamp for each call (with `-d`) * View raw data for `OS_xpc_data` objects that include data with an unknown (helps with (as of yet) unsupported `bplist` formats such as `bplist17`.)
Thanks to Sn0wfreezeDev for these two contributions.
0.7.7
- Fix parsing of unsupported (yet) bplist formats - Use frida_tools as a front end, better UX