
调试实例
文章平均质量分 81
debugeeker
曾在华为,商汤,腾讯呆过。个人公众号debugeeker
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
公司内部文档安全软件coredump分析实例
系统: windows xp sp3 崩溃软件: 公司内部某文档安全软件 调试工具: windbg 反汇编工具: ida pro 5.5 介绍: 该文档安全软件是由公司内部vpn工具启动,当在vpn工具输入用户密码连接网络后,vpn工具会自动把文档安全软件启动, 但每次启动都会coredump. 由于电脑用了windbg作为实时调试器,每次启动windbg都会弹出来, 显示coredu原创 2014-09-24 17:00:12 · 3180 阅读 · 1 评论 -
adobe flash player升级coredump分析
flash player版本:14.0.0.125 产品名称:Adobe® Flash® Player Installer/Uninstaller 系统:windows xp sp3 调试器:windbg 反汇编器:IDA 应用程序:FlashUtil32_14_0_0_125_Plugin.exe coredump信息: eax=00000000 ebx=01ed7原创 2014-11-20 09:50:27 · 1354 阅读 · 0 评论 -
确定core文件是由哪个文件产生的方法
[xuzhina@localhost ~]$ ls asm.list Desktop Downloads Pictures Templates vmtoolsd core.22625 Documents Music Public Videos vmtoolsd.tar.gz [xuzhina@localhost ~]$ ls core.22625 c原创 2015-01-13 22:14:04 · 3770 阅读 · 0 评论 -
source insight另一个coredump
系统:windows xp sp3 崩溃的exe:insight3_en.exe 版本:3.50.0064 崩溃时的信息: The stored exception information can be accessed via .ecxr. (5404.5050): Access violation - code c0000005 (first/second chance not原创 2015-03-04 14:46:56 · 1308 阅读 · 0 评论 -
source insight coredump分析
系统:windows xp sp3 崩溃的exe:insight3_en.exe 版本:3.50.0064 崩溃时的信息: (4c64.4af4): Access violation - code c0000005 (!!! second chance !!!) eax=00000000 ebx=7ffd9000 ecx=00000000 edx=00000274 esi=000原创 2015-03-04 11:12:44 · 2127 阅读 · 0 评论 -
gdb在执行maintenance info program-spaces命令时coredump
coredump时的信息: (gdb) maintenance info program-spaces *** Error in `gdb': free(): invalid pointer: 0x0000000003c6bcf0 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x7d1fd)[0x7fc875c0d1fd] gdb(fi原创 2015-07-14 17:36:03 · 4127 阅读 · 0 评论