new
- Implement Frida crash reporting.
- Add warnings before clearing the iOS keychain or the Android Keystore.
- Report the Frida runtime in use as part of the
fridacommand. - 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. Sample plugins can be seen here (Sample plugin used in tests), here (Stetho sideloader) and here (Objections clipboard monitor as a plugin).
- Add the ability to delete files on an Android device. This is implemented as the
rmcommand.
fixes
- Fix class enumeration in the Android class watcher where methods with generics broke parsing.
- Fix a cache key invalidation issue when uploading files.