Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.10.0 source code.tar.gz | 2021-02-24 | 1.7 MB | |
1.10.0 source code.zip | 2021-02-24 | 1.8 MB | |
README.md | 2021-02-24 | 3.7 kB | |
Totals: 3 Items | 3.5 MB | 0 |
new
- Add the
android hooking list class_loaders
command to list the available class loaders (https://github.com/sensepost/objection/commit/b0710ed221ceaf73bc380800d2d7c7dcc1944a14) - Add the
objection signapk
command to sign multiple apk's using the objection certificate. NOTE: This commit also changes the internal signer used fromjarsigner
toapksigner
(available in the Kali repo) (https://github.com/sensepost/objection/commit/724019a486d410b0b5d83e6d765158b1972b26a8) (via [#375]) (thanks @mtschirs) - Add wildcard class name support for Android method hooking (https://github.com/sensepost/objection/commit/0dee9d68638a2b32dfdcba45526012ce532d7a1f) (via [#383]) (thanks @bet4it)
- Add the ability to specify an already decoded
AndroidManifest
to thepatchapk
command such that--skip-resources
could still be used under certain conditions (https://github.com/sensepost/objection/commit/93700023499e471b43585957c079fdef8b21496b) (via [#407]) (thanks @agreenbhm) - Improve the iOS biometrics bypass hook by also hooking
evaluateAccessControl
. (https://github.com/sensepost/objection/commit/2977c8a03a1111c352606352d9b68c12a5e4f7df) (via [#411]) (thanks @jnovak-praetorian) - Add a new
ios monitor crypto
command to monitorCommonCrypto
usage in real time. (https://github.com/sensepost/objection/commit/746d08d6bfa5d314c5efe89ff3335135b8dea139) (via [#430]) (thanks @gagnonca) - Add a new
android proxy set
command to set the proxy server used by a specific Android app and not the whole OS. (https://github.com/sensepost/objection/commit/91d131174a3141176a0e6e3c783be72651cb88c3) (via [#439]) (thanks @GOAT-FARM3R) - Add a new
android deoptimize
command to disable all optimizations, forcing the android VM to execute via the interpreter. This could help with some missed hooks (https://github.com/sensepost/objection/commit/a34359165fff68fa219473e83208f8ee0816b9a0)
fixes
- Improve error handling when the remote Frida version does not match the local version (https://github.com/sensepost/objection/commit/6b7baf8b0610643b701bcbf00e6f1b1e9edae113)
- Silence errors that may have occurred while checking for updates (https://github.com/sensepost/objection/commit/925d2bc83e04e8bcb196e46894ca7acbe9b33bb8)
- Improve the
sqlite connect
command to also download SQLite specific temp files if they are available (https://github.com/sensepost/objection/commit/772154f12e146fa6f79f41d0d54e4a5994b3227f) (via [#392]) (thanks @mame82) - Revert an older
JSON.stringify
patch to properly display hooked arguments for Android hooks again (https://github.com/sensepost/objection/commit/675a88f174acb8619abced5c6058717e7d326d3b) (via [#414]) (thanks @ido77778)
other
- Update agent dependencies (https://github.com/sensepost/objection/commit/7a727a08f0779d2d5dc7713579965781a6f9f653)
- Update agent dependencies (https://github.com/sensepost/objection/commit/618c08759a52241a8d2336c681bcccfbf97e07ba)
- Target
es2020
for the agent. This makes Frida 14+ a requirement for QuickJS (https://github.com/sensepost/objection/commit/1e79aa336f10a80c8e474257e037b6abfd47e51f) - Major Frida agent dependency bump to latest versions (https://github.com/sensepost/objection/commit/d5642c3fa13284e8b71138cb707253cbdccc78e3)
- Reduce the length of generated job ids (https://github.com/sensepost/objection/commit/dc104f8e80687d875bb958aebb640d51434fb9b8)
- Add warnings about loaded classes when hooking (https://github.com/sensepost/objection/commit/8abb553a1d7cc78384e127d7d24799ec177b001a) (via [#403]) (thanks @TheDauntless)