Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JPT77
JPT77 / split_bootimg.pl
Last active July 28, 2022 08:36 — forked from jberkel/split_bootimg.pl
Added Device Tree Partition
#!/usr/bin/perl
######################################################################
#
# File : split_bootimg.pl
# Author(s) : William Enck <enck@cse.psu.edu>
# Description : Split appart an Android boot image created
# with mkbootimg. The format can be found in
# android-src/system/core/mkbootimg/bootimg.h
#
# Thanks to alansj on xda-developers.com for