Documentation
¶
Overview ¶
Binder proxy daemon — runs on an Android device, listens on TCP, and forwards binder transactions from host-side clients.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/binder-proxyd ./cmd/binder-proxyd/ adb push build/binder-proxyd /data/local/tmp/ && adb shell /data/local/tmp/binder-proxyd
Click to show internal directories.
Click to hide internal directories.