Sign inSign up

andrewmackrodt/objection

By andrewmackrodt

Updated 10 months ago

objection runtime mobile exploration toolkit, powered by Frida

Image
0

3.6K

andrewmackrodt/objection repository overview

andrewmackrodt/docker-objection

Status Pulls Dockerfile Size Version

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.

Usage

docker
# run objection patchapk
docker run --rm -it -v "$PWD:/data" -w /data andrewmackrodt/objection \
  -- \
  patchapk -s MyApp.apk -a arm64-v8a

Parameters

ParameterFunction
-e PUID=1000The user id, recommended: $(id -u)
-e PGID=1000The group id, recommended: $(id -g)
-e SUDO_NOPASSWD=0Set to 1 to allow passwordless sudo

Tag summary

Content type

Image

Digest

sha256:74741eec0

Size

288.3 MB

Last updated

10 months ago

docker pull andrewmackrodt/objection