Skip to content

v1.1.11

Compare
Choose a tag to compare
@leonjza leonjza released this 05 Oct 13:25
· 633 commits to master since this release
96acab4

v1.1.11

new

  • Added the --hook-debug flag on the explore 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 the patchapk command to allow for manual Android resource fixes when apktool 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 a frida-gadget.

other

  • Remove the duplicate calls to JSON.stringify() in hook send() calls.
  • Various other typo fixes and improvements.