tinsir888 / tinsir888.github.io-gittalk

Open Comment for Personal Blog
GNU General Public License v3.0
0 stars 0 forks source link

汇编语言与逆向技术基础 五、过程 | min hjemmeside #207

Open tinsir888 opened 3 months ago

tinsir888 commented 3 months ago

https://tinsir888.github.io/posts/d4f83506.html

汇编语言与逆向技术基础 五、过程 本章知识点 OllyDbg简介 JMP和LOOP指令 过程的定义和使用 调用链接库中的函数 OllyDbg简介 32 位 Windows 调试器(Debugger) 反汇编,将 CPU 指令翻译为汇编语句 动态追踪汇编语句的执行 Ring3 级 官网地址, http://www.ollydbg.de/ JMP和LOOP指令 控制转移 控制转移(