反编译基本方法 Posted on 2024-02-04 | In 工具 , GDB 8010717f: 5b pop %ebx80107180: 5e pop %esi80107181: 5f pop %edi80107182: 5d pop %ebp Read more »
TUI调试模式 Posted on 2024-02-04 | In 工具 , GDB GDB text user interface(TUI)是GDB的一个多窗口的符号终端,能够同时显示源文件、汇编输出、寄存器等情况,本文将针对tui的使用进行一些总结。 Read more »