背景
《逆向工程核心原理》第11章提到的Lena的40个crackme讲座,帮助初学者学习代码逆向分析技术。这里尝试着对学习的过程进行记录。
下载地址:https://forum.tuts4you.com/files/file/1307-lenas-reversing-for-newbies/
目录:
01. Olly + assembler + patching a basic reverseme
02. Keyfiling the reverseme + assembler
03. Basic nag removal + header problems
04. Basic + aesthetic patching
05. Comparing on changes in cond jumps, animate over/in, breakpoints
06. “The plain stupid patching method”, searching for textstrings
07. Intermediate level patching, Kanal in PEiD
08. Debugging with W32Dasm, RVA, VA and offset, using LordPE as a hexeditor
09. Explaining the Visual