binder-trace
binder-trace copied to clipboard
Binder Trace is a tool for intercepting and parsing Android Binder messages. Think of it as "Wireshark for Binder".
May I ask what tool or method you used to extract the binder structure from Android?
To show all the types of calls made and how many times they were made
The install instructions should really be pip install binder_trace and launch with binder_trace.
If there is an error parsing a structure (normally due to a bug in the code) it is not shown or logged anywhere. At a minimum we should get it...
The current representation of string field is as follows: ``` Token Descriptor: string Length: 36 Value: android.os.INetworkManagementService ``` When showing string arrays etc. this is a very verbose output format....
Can this tool directly find the corresponding Servervice Provider?
add support for Frida spawn mode. #29
I want to trace hal service which use hwbinder, can it be supported?