Objection Versions Save

📱 objection - runtime mobile exploration

1.11.0

3 years ago

notes

This release has a significant change in how iOS applications are patched. Most importantly, after some help over at nowsecure/node-applesign#113, we realised we needed to set the bundle id and add the entitlement cloning flag. By default objection will now parse the bundleid from your .mobileprovision file automatically, but if you need to set it to something else, you can use the new -b flag on the patchipa command.

fixes

other

Code Diff Since v1.10.1

1.10.2

3 years ago

fixes

other

Code Diff Since v1.10.0

1.10.1

3 years ago

fixes

Code Diff Since v1.10.0

1.10.0

3 years ago

new

fixes

other

Code Diff Since v1.9.6

1.9.6

3 years ago

new

fixes

other

Code Diff Since v1.9.5

1.9.4

3 years ago

1.9.3

3 years ago

fixes

other

Code Diff Since v1.9.2

1.9.2

3 years ago

new

fixes

other

Code Diff Since v1.9.1

1.9.1

4 years ago

new

  • Extend support for embedding a gadget configuration and script added in version 1.9.0 to iOS IPA's. Thanks @interference-security (#349)
  • Automatically toggle extractNativeLibs to false in Android manifests (with a flag to leave the value untouched). Thanks @StingraySA (#353)
  • Refactor the ios keychain add command. The --key flag has been removed in favour of the --account and --service flags, allowing for more granular setting of attributes for a keychain item. (https://github.com/sensepost/objection/commit/4dadfc497864ff8d0eeff6b4d4468a1645558a95)

fixes

other

Code Changes Since v1.9.0