Locating program strings in memory

Disclaimer: I’m a total newbie to all this executable file format stuff. Slowly learning! The strings command lists all sufficiently long printable character strings in a file. I recently found myself needing to locate a string found in an ELF executable in the memory of the running program. strings did its job just fine in […]