A small code to split android boot image. There are several code pices available to split the android image to its components.
- https://gist.github.com/jberkel/1087743
- https://github.com/dianlujitao/split-appended-dtb
- https://github.com/PabloCastellano/extract-dtb
There are several others too. My code is written in the line of reference [1]
compilation is simple: gcc split_android.c -o split_android will do :P.
Usage : split_android imagefile
Enjoy. DasBluehole.