v1.1.11
new
- Added the
--hook-debugflag on theexplorecommand which will now dump compiled hooks and their responses. - Added a
--skip-cleanupflag to the package patchers which will cause the patcher to not delete temporary files created. - Added the
--pauseflag to thepatchapkcommand to allow for manual Android resource fixes whenapktoolfails to repackage patches apks. - Add Android SSL pinning bypass logic for applications built using Appcelerator Titanium
fixes
- Fix a syntax typo in the iOS keychain dumpers ACL parsing logic.
- Fix the Android APK patcher to rather append than override an existing class initialiser when adding a
loadLibrarycall for afrida-gadget.
other
- Remove the duplicate calls to
JSON.stringify()in hooksend()calls. - Various other typo fixes and improvements.