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

Python 3.12 support #32

Closed ben-cooper closed 7 months ago

ben-cooper commented 7 months ago

The library asyncore has been removed as of Python 3.12. It has been deprecated in favour as asyncio, but is currently being used by binder-trace.

sam-f0 commented 7 months ago

Thanks for the report - Fixed in 1.3.1