foundryzero / binder-trace

Binder Trace is a tool for intercepting and parsing Android Binder messages. Think of it as "Wireshark for Binder".
MIT License
560 stars 54 forks source link

IContentProvider messages are often missing most/all content but are still shown in blue #12

Open f0tim opened 1 year ago

f0tim commented 1 year ago

Doing a simple test with the Messages app in an Android 13 emulator gives android.content.IContentProvider messages (eg update) which are shown in blue - indicating they parsed correctly - and with content visible in the hex dump, but with only the basic header information shown in the details pane.