This repo contains some development tools.
Used to pack/unpack android boot/recovery image. I use them as follow:
- Dump boot.img from android phone
- unpack boot.img
- Change something like property in the ramdisk
- Repack boot.img
- Flash new boot.img back to android phone
Used to decompress kernel and print kernel symbols like /proc/kallsyms
Used to verify an ota file against a certificate file in x509 format.
Used to parse gpt of android disk.
Used to unpack pseudo crypt zip/apk file.
C code slice