new
- Add the ability to enumerate an iOS apps' included frameworks observable by
NSBundle. This is available as the newios bundles list_frameworkscommand. - Add a new
--target-classflag to the Android patcher to inject aloadLibrarycall for a Frida gadget in any arbitrary class' constructor (for example, to run before an applications onCreate()). The default is still to use the apps main launchable activity. - Add a new SSL Pinning bypass hook for iOS Cordova applications making use of this plugin. Thanks @aph3rson.
fixes
- Improve application stability for the Android patcher when injecting a
loadLibrarycall into an existing class constructor by correctly incrementing the.localscount.
other
- Bump agent dependencies