| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2019-10-14 |
|
[da63ec] Initial commit |
| README.md | 2019-10-14 |
|
[a80b7c] Update README.md |
| split_android.c | 2019-10-14 |
|
[efc771] first upload |
A small code to split android boot image.
There are several code pices available to split the android image to its components.
1) https://gist.github.com/jberkel/1087743
2) https://github.com/dianlujitao/split-appended-dtb
3) 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.