Documentation
¶
Overview ¶
Introspect methods on binder services.
Lists all registered services and pings each to check liveness. For well-known services, prints their interface descriptor and demonstrates method resolution using ResolveCode.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/aidl_explorer ./examples/aidl_explorer/ adb push build/aidl_explorer /data/local/tmp/ && adb shell /data/local/tmp/aidl_explorer
Click to show internal directories.
Click to hide internal directories.