v1.1.11
v1.1.11
new
- Added the
--hook-debug
flag on theexplore
command which will now dump compiled hooks and their responses. - Added a
--skip-cleanup
flag to the package patchers which will cause the patcher to not delete temporary files created. - Added the
--pause
flag to thepatchapk
command to allow for manual Android resource fixes whenapktool
fails 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
loadLibrary
call for afrida-gadget
.
other
- Remove the duplicate calls to
JSON.stringify()
in hooksend()
calls. - Various other typo fixes and improvements.