RSSAmplifier

Blog

kxxt's short notes

kxxt's personal website

kxxt.devRSS feed ↗2 posts

Latest posts

Unpack Android OTA

Short answer: use https://github.com/AndroidDumps/dumpyara , which will dump almost everything of interest. To unpack individual images:…

Trace execve and execveat

Use old school strace: Or an alternative I wrote in Rust (prettier output): https://github.com/kxxt/tracexec