Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 651 Bytes

This repo contains some development tools.

android/bootimg/

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

android/kernel/

Used to decompress kernel and print kernel symbols like /proc/kallsyms

android/verify_ota.py

Used to verify an ota file against a certificate file in x509 format.

android/parse_android_partition.c

Used to parse gpt of android disk.

unpack.py

Used to unpack pseudo crypt zip/apk file.

ccodeslice

C code slice