GDB print string from memory
February 24, 2018
Hey, just found a command for gdb that prints a string from memory address.
Looks like this x /s <addr>
. Very useful if you need to print out the string that is in memory somewhere.
Previously I’ve used other flags to print for example hex values but was pretty hard to read. Glad there is special solution in GDB for this.
Feel free to contact me for feedback or questions. Find my contacts on About page.