objection runtime mobile exploration toolkit, powered by Frida
3.6K
objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.
# run objection patchapk
docker run --rm -it -v "$PWD:/data" -w /data andrewmackrodt/objection \
-- \
patchapk -s MyApp.apk -a arm64-v8a
| Parameter | Function |
|---|---|
-e PUID=1000 | The user id, recommended: $(id -u) |
-e PGID=1000 | The group id, recommended: $(id -g) |
-e SUDO_NOPASSWD=0 | Set to 1 to allow passwordless sudo |
Content type
Image
Digest
sha256:74741eec0…
Size
288.3 MB
Last updated
10 months ago
docker pull andrewmackrodt/objection