Created
March 11, 2023 00:48
-
-
Save hanetzer/dd7037bed1beb6333d51253ab0052565 to your computer and use it in GitHub Desktop.
$ sudo dd if=/dev/mem bs=256 count=1 skip=1043472 | hexdump -Cv;
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
$ sudo dd if=/dev/mem bs=256 count=1 skip=1043472 | hexdump -Cv | |
dd: error reading '/dev/mem': Operation not permitted | |
0+0 records in | |
0+0 records out | |
0 bytes copied, 2.3131e-05 s, 0.0 kB/s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment