..
Secure Programming 2014-09-23
2014/09/23 Secure Programming Class Note
Static Analysis
Skill
On Linux you can do the following:
file <executable>
strings <executable>
objdump -d <executable>
Also, there is a powerful tool on Windows called “IDA Pro”. It can disassemble even decompile executables.
Exercise
- Use IDA Pro to disassemble bot.exe
- Trace sub_418F50