Dump kernel and initrd from an Android boot image.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 27 Mar 2014 10:54:58 +0000 (07:54 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 27 Mar 2014 11:07:10 +0000 (08:07 -0300)
commit9661212ce153187c2c196006b25a2c5ad8ecf9eb
tree429b7fa5a791bcc1813492e7da8e477fa4ffb0eb
Dump kernel and initrd from an Android boot image.

Samsumg Android devices use a boot image format that contains the kernel
and initrd, and the command line. This program extracts kernel and
initrd from those.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
COPYING [new file with mode: 0644]
bootimg.c [new file with mode: 0644]