Releases: sensepost/objection
Releases · sensepost/objection
v1.1.12
v1.1.12
fixes
- Fix a bug introduced in 1.1.11 with the
--skip-cleanup
flag and the iOS IPA patcher. - Fix the exception message thrown when the Android
frida-gadget
download URL could not be determined.
other
- Move the code used to patch mobile applications from a large single file into its own module at
objection.utils.patchers
.
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.
v1.1.10
v1.1.9
v1.1.9
new
- Added a background version checker. A background process is launched on startup to compare the local version number with the github reported version number to notify you of any updates if available.
fixes
- Stop the iOS IPA patcher if a valid
.mobileprovision
file could not be found. - Fix the iOS
ios sslpinning disable
command to support iOS versions older than iOS 10.