Building Tracebox on Android.
This has been made/tested for Android Platform rev. >= 15.
In order to be used, the device must be rooted.
The script will produce an ARM v5 binary in bin/tracebox.
To install it:
- Enable USB debugging on your phone
- Plug your phone on your computer with your USB cable
- Accept the connection on the phone
- $ adb push bin/tracebox /data/location/on/the/phone
To use it (on the phone or through adb shell):
- $ su
This build currently does not support the sniffer features.