Author: Nathan Farlow
Slides Required FilesLearn about Reverse Engineering and tools used in this process
Reverse Engineering is essential in understanding, debugging and cracking software as well as analyzing malware. To understand the process of reverse engineering, it is important to learn how to use tools like disassemblers, debuggers as well as some basic Unix commands and Misc Binutils like strings, ltrace and strace. This meeting will briefly introduce these tools.
It’s worth noting that all RE challenges are basically simple password checkers.