Documentation
¶
Overview ¶
Test which binder calls succeed or fail from the current security context.
Attempts various operations across services to map the permission boundary of the calling process (typically shell/root).
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/permission_boundary ./examples/permission_boundary/ adb push build/permission_boundary /data/local/tmp/ && adb shell /data/local/tmp/permission_boundary
Click to show internal directories.
Click to hide internal directories.