September 2017
Beginner to intermediate
290 pages
6h 58m
English
We are lucky, in our case, that there is only one call to gets(), and we know that it should be somewhere around the call to printf, which prints the Enter your name: string. However, let's take a look at the Strings window in IDA Pro:

Finding the string of interest takes a second in the worst case, and once found, we simply double-click on it and get to the .rdata section of the executable where we see the following:

Double-clicking on DATA XREF: takes us to the place in the code where the string is being accessed ...
Read now
Unlock full access