How does strings find the offset for a string? [on hold]
How does strings find the offset for the string /bin/sh inside of libc.so.6
strings -a -t x /lib/i386-linux-gnu/libc.so.6 | grep “/bin/sh”
Continue reading How does strings find the offset for a string? [on hold]