摘要:
#include <iostream> extern "C" { #include "stdio.h" void print() { const char* s = "Hello asm\n"; int len = 10; printf("Hello C\n"); asm volatile( "mo 阅读全文
posted @ 2021-11-02 11:21
仓俊
阅读(81)
评论(0)
推荐(0)
摘要:
binutils是静态调试工具,而同属于GNU的gdb则是一款动态的调试工具。 GDB的启动方式 gdb->file exefile->set args->start->continue gdb exefile gdb exefile corefilegdb exefile pid 断点 软件断点: 阅读全文
posted @ 2021-11-02 11:12
仓俊
阅读(395)
评论(0)
推荐(0)

浙公网安备 33010602011771号