Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmaupin/a9d29f5fdc831d1d0164 to your computer and use it in GitHub Desktop.
Save bmaupin/a9d29f5fdc831d1d0164 to your computer and use it in GitHub Desktop.
Get the start offset of an ext4 partition in a raw image file
LANG=C grep -aobP -m1 '\x53\xEF' system.raw.img.tmp | head -1 | awk '{print $1 - 1080}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment