Skip to content

Instantly share code, notes, and snippets.

@bqcuong
Created October 25, 2021 10:43
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 bqcuong/6d71fdd4a8866c83edf425df51a1a0c0 to your computer and use it in GitHub Desktop.
Save bqcuong/6d71fdd4a8866c83edf425df51a1a0c0 to your computer and use it in GitHub Desktop.
# print registers
info registers
# print buffer address
p &buffer
# print memory page, 12 words (1 word = 4 bytes) from buffer address
x/12x &buffer
https://www.rapidtables.com/convert/number/hex-to-decimal.html
https://www.calculator.net/hex-calculator.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment