Skip to content

Instantly share code, notes, and snippets.

@NattyNarwhal
Created November 5, 2018 04:35
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 NattyNarwhal/b993d45afa3048d3a915858fad23259e to your computer and use it in GitHub Desktop.
Save NattyNarwhal/b993d45afa3048d3a915858fad23259e to your computer and use it in GitHub Desktop.
(gdb) x/24x 0x10000398
0x10000398 <main+56>: 0x00 0x00 0x00 0x00 0x00 0x00 0x20 0x61
0x100003a0 <main+64>: 0x80 0x01 0x00 0x01 0x00 0x00 0x00 0x38
0x100003a8 <main+72>: 0x00 0x04 0x6d 0x61 0x69 0x6e 0x1f 0x00
(gdb) x/24c 0x10000398
0x10000398 <main+56>: 0 '▒' 0 '▒' 0 '▒' 0 '▒' 0 '▒' 0 '▒' 32 ' ' 97 'a'
0x100003a0 <main+64>: -128 '▒' 1 '▒' 0 '▒' 1 '▒' 0 '▒' 0 '▒' 0 '▒' 56 '8'
0x100003a8 <main+72>: 0 '▒' 4 '▒' 109 'm' 97 'a' 105 'i' 110 'n' 31 '▒' 0 '▒'
https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.alangref/idalangref_traceback_tags.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment