Last active
May 22, 2023 20:39
-
-
Save KenwoodFox/87612f07a64705c54cbabc9438cfad29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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