Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created September 14, 2020 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/3c8af6d0dea477d448b3ad2e16b85c17 to your computer and use it in GitHub Desktop.
Save samueldr/3c8af6d0dea477d448b3ad2e16b85c17 to your computer and use it in GitHub Desktop.
$ mkdir out
$ unpackbootimg -o out -i boot.img
$ cd out/
$ gunzip < boot.img-zImage > kernel
$ binwalk -e kernel
$ cd _kernel.extracted/
$ file *
118AA10: Linux make config build file, ASCII text
1C01A10: ASCII cpio archive (SVR4 with no CRC)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment