gdb&ida命令速查手册 2023-7-11 12:43 | 1,079 | 信息安全与逆向工程 | QingChenW 446 字 | 2 分钟 GDB # 执行相关命令 directory <路径> 提供一个搜索源文件的目录 run <参数> 运行程序 attach <pid/进程名> 附加到进程 target remote <ip:port> 附加到远程gdb服务器 stepi 指令步进 nexti 指令步过 step 代码步进 next … C调试逆向