上一页 1 2 3 4 5 6 7 ··· 68 下一页

2024年1月3日

linux系统安装好后安装必要的软件

摘要: yum update sudo yum -y install ncurses-devel flex bison openssl openssl-devel elfutils elfutils-libelf-devel gmp-devel dwarves zstd dejagnu texinfo pa 阅读全文

posted @ 2024-01-03 17:45 lh03061238 阅读(27) 评论(0) 推荐(0) 编辑

2023年12月27日

core文件的产生及gdb调试core文件方法

摘要: 参考: https://blog.csdn.net/u011417820/article/details/71435031?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7 阅读全文

posted @ 2023-12-27 20:28 lh03061238 阅读(33) 评论(0) 推荐(0) 编辑

2023年12月19日

gdb Reverse Debugging

摘要: 参考: https://sourceware.org/gdb/current/onlinedocs/gdb.html/Reverse-Execution.html#Reverse-Execution https://www.cnblogs.com/liuhanxu/p/17011772.html h 阅读全文

posted @ 2023-12-19 15:49 lh03061238 阅读(4) 评论(0) 推荐(0) 编辑

2023年12月14日

gdb调试带参数的应用程序

摘要: $gdb --args ./A V1 V2 V3 $gdb ./A,进入gdb后 run V1 V2 V3 $gdb ./A,进入gdb后 设置参数set args V1 V2 V3 再直接 run。 参考: https://blog.csdn.net/guoqianqian5812/article 阅读全文

posted @ 2023-12-14 14:28 lh03061238 阅读(73) 评论(0) 推荐(0) 编辑

2023年12月12日

spec cpu 2017

摘要: 官网: https://www.spec.org/cpu2017/ 参考: Speccpu2017介绍 https://blog.csdn.net/admking/article/details/109069465 SpecCPU2017 测试cpu性能 https://www.cnblogs.co 阅读全文

posted @ 2023-12-12 15:29 lh03061238 阅读(288) 评论(0) 推荐(0) 编辑

2023年10月11日

查看进程运行时间

摘要: https://blog.csdn.net/m0_72838865/article/details/127012187 https://blog.csdn.net/wt_better/article/details/117366571?spm=1001.2101.3001.6650.2&utm_me 阅读全文

posted @ 2023-10-11 11:05 lh03061238 阅读(11) 评论(0) 推荐(0) 编辑

2023年10月10日

单步指令区别step next stepi nexti

摘要: https://blog.csdn.net/weixin_43092232/article/details/106243657 https://blog.csdn.net/www_dong/article/details/117374370 代码验证: 龙芯3A5000验证 $ cat test.c 阅读全文

posted @ 2023-10-10 10:16 lh03061238 阅读(40) 评论(0) 推荐(0) 编辑

2023年9月18日

wine/winedbg中的堆栈回溯

摘要: 栈回溯(stack trace)原理 https://dandelioncloud.cn/article/details/1472740857714663425/ dbghelp https://learn.microsoft.com/zh-cn/windows/win32/api/dbghelp/ 阅读全文

posted @ 2023-09-18 19:43 lh03061238 阅读(15) 评论(0) 推荐(0) 编辑

gdb中的call命令

摘要: gdb 使用call在任何位置直接执行函数 https://blog.csdn.net/ustc_sse_shenzhang/article/details/121006320 gdb call跟踪函数 https://blog.csdn.net/qq_40008325/article/detail 阅读全文

posted @ 2023-09-18 11:48 lh03061238 阅读(153) 评论(0) 推荐(0) 编辑

2023年9月14日

linux中的ucontext

摘要: ucontext的简单介绍 https://www.cnblogs.com/ink19/p/ucontext.html ucontext函数说明 https://blog.csdn.net/woai110120130/article/details/100174805 linux ucontext族 阅读全文

posted @ 2023-09-14 20:14 lh03061238 阅读(19) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 68 下一页

导航