You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 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 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.