new
- Implement Frida [crash reporting](https://www.nowsecure.com/blog/2019/02/07/frida-12-3-debuts-new-crash-reporting-feature/).
- Add warnings before clearing the iOS keychain or the Android Keystore.
- Report the Frida runtime in use as part of the `frida` command.
- Add inspection of live instances of Java objects. This feature is available as a new command: `android heap print_instances <class>`.
- Add an Android method searcher. This is available as a new command: `android hooking search methods <search string>`.
- Add plugin support (thanks SpeedyFireCyclone). For more information, see the wiki article [here](https://github.com/sensepost/objection/wiki/Plugins). Sample plugins can be seen [here](https://github.com/sensepost/objection/blob/master/tests/data/plugin/__init__.py) (Sample plugin used in tests), [here](https://gist.github.com/leonjza/7fcc137f7f798ffca00ddf2bfef36b63) (Stetho sideloader) and [here](https://github.com/SpeedyFireCyclone/objection-android-clipboard) (Objections clipboard monitor as a plugin).
- Add the ability to delete files on an Android device. This is implemented as the `rm` command.
fixes
- Fix class enumeration in the Android class watcher where methods with generics broke parsing.
- Fix a cache key invalidation issue when uploading files.
[Code Changes Since v1.5.4](https://github.com/sensepost/objection/compare/1.5.4%E2%80%A61.6.0)