Skip to content

Instantly share code, notes, and snippets.

View cookiengineer's full-sized avatar
💭
Hacking the Gibson ...

Cookie Engineer cookiengineer

💭
Hacking the Gibson ...
View GitHub Profile
@cookiengineer
cookiengineer / list.md
Created January 30, 2021 21:37 — forked from ih2502mk/list.md
Quantopian Lectures Saved
#!/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