pax-pwn/code/Readme.md

13 lines
376 B
Markdown
Raw Permalink Normal View History

## prolin-xcb-client
2020-06-01 10:15:17 +02:00
Python-ADB fork in order to communicate with the Pax `xcbd` daemon. Supports natively directory listing, reading and writing. Port forwarding may be done trough the original `xcb` client.
## privesc.c
The shared library used for privilege escalation.
Compile with:
```
arm-none-eabi-gcc -shared -fPIC -o privesc.so privesc.c -nostartfiles -static
```