Documentation
¶
Overview ¶
Resolve AIDL method names to transaction codes for binder services.
Uses the version-aware transport's ResolveCode to map method names to their corresponding binder transaction codes for the detected device API level.
Build:
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/transaction_resolver ./examples/transaction_resolver/ adb push build/transaction_resolver /data/local/tmp/ && adb shell /data/local/tmp/transaction_resolver
Click to show internal directories.
Click to hide internal directories.