XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog

随笔分类 -  调试

上一页 1 ··· 3 4 5 6 7 8 9 下一页
软件调试实战 笔记
摘要: 阅读全文
posted @ 2023-01-28 09:14 不及格的程序员-八神 阅读(11) 评论(0) 推荐(0)
Dr Watson日志
摘要:What is dwwin.exe? The genuine dwwin.exe file is a software component of Dr Watson Application Program Debugger by Microsoft Corporation.The name "dww 阅读全文
posted @ 2023-01-27 14:07 不及格的程序员-八神 阅读(169) 评论(0) 推荐(0)
字节序
摘要:一、什么是字节序 字节序(Byte Order)是指多字节数据在计算机内存中存储或者网络传输时各字节的存储顺序。其有两种存储方式:大端(Big-endian)和小端(Little-endian)。 二、端的起源 “endian” 这个词出自 Jonathan Swift 在1726 年写的讽刺小说《 阅读全文
posted @ 2023-01-26 22:37 不及格的程序员-八神 阅读(70) 评论(0) 推荐(0)
程序CPU占用
该文被密码保护。
posted @ 2023-01-19 16:31 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
PInvoke导致的内存破坏 x64
该文被密码保护。
posted @ 2023-01-19 16:30 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
windbg分析net程序内存泄漏问题
该文被密码保护。
posted @ 2023-01-19 16:27 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
JIT Debugging
摘要:JIT Debugger, Just In Time Debugger,JIT 调试器, Postmortem Debugger,事后调试器,指的是同一个概念 —— 事后调试器。如果把 Debugger 换成 Debugging,表示事后调试 原理探究 运行 process monitor,开启监视 阅读全文
posted @ 2023-01-18 16:56 不及格的程序员-八神 阅读(63) 评论(0) 推荐(0)
Dump的原理 回写exe内存
该文被密码保护。
posted @ 2023-01-18 14:23 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
回写内存EXE文件
该文被密码保护。
posted @ 2023-01-18 14:03 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Inside Windows® Debugging(笔记)
摘要:硬件断点 JIT Debugging in Session 0 The native JIT debugger is started in the same user session as the process that’s about to crash. For the system and u 阅读全文
posted @ 2023-01-18 11:08 不及格的程序员-八神 阅读(146) 评论(0) 推荐(0)
LLDB & Windbg
该文被密码保护。
posted @ 2023-01-17 19:20 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0)
Windows高级调试 笔记
摘要:poi qwo dwo wo by EBP,ESP Lock Convoys 加载器锁 loader lock 阅读全文
posted @ 2023-01-17 16:12 不及格的程序员-八神 阅读(92) 评论(0) 推荐(0)
用x86与x64函数调用理解ESP栈指针
摘要:尽管可以使用相对于栈顶(ESP寄存器)的偏移量来引用局部变量’ 但是因为ESP寄存器经常变化’所以用这种方法引用同—个局部变量的偏移量是不固定的。这种不确定性对于CPU来说不成什么问题但在调试时’如果要跟踪这样的代码’那么很容易就被转得头晕眼花’因为现实的函数大多有多个局部变量’可能还有层层嵌套的循 阅读全文
posted @ 2023-01-16 14:41 不及格的程序员-八神 阅读(413) 评论(0) 推荐(0)
Windbg 打开CPP文件 中文乱码
摘要:Windbg 打开CPP文件 中文乱码 Windbg在调试的时候如果源代码里面有中文会乱码本质上不是Windbg的问题 而是代码源文件的编码问题,默认情况下VS生成的代码文件的编码都是ANSI格式 这种格式会导致如果使用Windbg会乱码,必须改成UTF-8格式的才可以 VC++6.0时代,就是靠# 阅读全文
posted @ 2023-01-12 14:58 不及格的程序员-八神 阅读(1092) 评论(0) 推荐(0)
.NET 中 GC 的模式与风格
该文被密码保护。
posted @ 2023-01-11 21:26 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Windbg Extension NetExt 使用指南
该文被密码保护。
posted @ 2023-01-11 21:23 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Windbg 追踪Microsoft.Data.ConnectionUI.DataConnectionDialog 里面的数据库连接DBConnection变量
摘要:<add name="dbConn" connectionString="Data Source=yxudiservice.bosdsoft.com,9868;Initial Catalog=yxudiservice;Persist Security Info=True;User ID=UDISEV 阅读全文
posted @ 2022-12-29 11:16 不及格的程序员-八神 阅读(103) 评论(0) 推荐(0)
Windbg分析高内存占用问题
该文被密码保护。
posted @ 2022-12-27 13:35 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
Windbg定位 c++程序bug
该文被密码保护。
posted @ 2022-12-27 13:20 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)
WinDbg 预览版 - 时间线
该文被密码保护。
posted @ 2022-12-26 10:51 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 下一页