Skip to content

Instantly share code, notes, and snippets.

@KenwoodFox
Last active May 22, 2023 20:39
Show Gist options
  • Save KenwoodFox/87612f07a64705c54cbabc9438cfad29 to your computer and use it in GitHub Desktop.
Save KenwoodFox/87612f07a64705c54cbabc9438cfad29 to your computer and use it in GitHub Desktop.
# hexdump -s 32768 -n 4096 rescue.img -C
00008000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00008200 08 80 00 00 08 80 01 00 08 80 02 00 08 80 03 00 |................|
00008210 08 80 04 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00008220 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00009000
# hexdump -s 8193 -n 4096 /dev/sda1 -C
00002001 80 00 00 02 80 01 00 02 80 02 00 02 80 03 00 02 |................|
00002011 80 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00002021 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00002ff1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 03 |................|
00003001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment