3

Does this debugger support this feature? Through find it is impossible, as the file stripped.

1 Answer 1

2

You can install PEDA extension

$ git clone https://github.com/longld/peda.git ~/peda
$ echo "source ~/peda/peda.py" >> ~/.gdbinit

and use searchmem command

gdb-peda$ searchmem "text you are looking for"

it works the same for stripped binaries.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.