-- Leo's gemini proxy

-- Connecting to g.codelearn.me:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

GDB print string from memory


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.

-- Response ended

-- Page fetched on Sun May 12 10:38:08 2024