Sign In
Where in the API is Andrew Richards?
This blog contains random snippets/thoughts as I wonder around various SDK and WDK APIs...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
!cpuid
!sysinfo
_KTHREAD
_TEB
BugCheck 0x101
Channel 9
CLOCK_WATCHDOG_TIMEOUT
Context Menu
David Solomon
DbgEng
DbgHelp
Debugger
File Association
ICorDebugManagedCallback2
ICorDebugUnmanagedCallback
IDebugDataSpaces2
Intel
Linked List
Mark Russinovich
Memory
Memory Management
MiniPlus
MSDN Magazine
ProcDump
ProcMon
Registry
Skip List
SQL Server
The Defrag Show
WinDbg
Windows 8
Browse by Tags
MSDN Blogs
>
Where in the API is Andrew Richards?
>
All Tags
>
memory
Tagged Content List
Blog Post:
ProcDump v3.04 - a cautionary MiniPlus update
AndrewRichards
ProcDump v3.04 has been released . The release just contains a tiny (edge case) sanity check I wrote in the MiniPlus stack traversal code. Specifically, it caters for the case where esp/rsp is not within the stack base and stack limit. In this highly unlikely scenario, ProcDump -mp now iterates between...
on
4 May 2011
Blog Post:
David Solomon Memory Management talks
AndrewRichards
These David Solomon talks on Memory Management (circa 2005) used to be on TechNet Spotlight but got pulled last year. I've found a repost of them here: http://www.opsvault.com/david-solomon-technet-talks/
on
1 May 2011
Blog Post:
IDebugDataSpaces2::QueryVirtual doesn’t act the same as VirtualQuery
AndrewRichards
One of my debugger extensions commands uses IDebugDataSpaces2::QueryVirtual to iterate through the target’s address space to find particular size allocations (regions that are used for the TEB if you must know). The code was working fine but on x64 dumps, I found that it was running quite slow...
on
20 Apr 2011
Blog Post:
StackBase and StackLimit offsets
AndrewRichards
To save a symbol lookup in a debugger extension, here are the hardcodes to use for StackBase and StackLimit. User Mode 32bit 0:000> dt nt!_TEB.Stack* ntdll!_TEB +0x000 NtTib : +0x004 StackBase : Ptr Void +0x008 StackLimit : Ptr Void User Mode 64bit 0:000> dt nt!_TEB NtTib...
on
20 Apr 2011
Page 1 of 1 (4 items)