Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hanetzer/dd7037bed1beb6333d51253ab0052565 to your computer and use it in GitHub Desktop.
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;
$ 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