cascardo/bootimg.git
10 years agoFix dump of extra page.
Thadeu Lima de Souza Cascardo [Thu, 27 Mar 2014 11:03:48 +0000 (08:03 -0300)]
Fix dump of extra page.

On the last page, just the remaining data is dump, ignoring any
padding. However, a page is dumped like in every loop, resulting in an
extra page on the output file. Just dump an entire page when it isn't
the last one.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
10 years agoDump kernel and initrd from an Android boot image.
Thadeu Lima de Souza Cascardo [Thu, 27 Mar 2014 10:54:58 +0000 (07:54 -0300)]
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>