Deadlisting

For the password, we may be able to find it in the text strings lying around the file itself. To get a list of strings from the file, we'll need to use SysInternal Suite's Strings (https://docs.microsoft.com/en-us/sysinternals/downloads/strings). Strings is a console-based tool. The list of strings at the output are printed out on the console.

We should redirect the output to a text file by running it as strings.exe passcode.exe > strings.txt:

Regardless, we still get a wrong password when ...

Get Mastering Reverse Engineering now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.