Quick Research Notes
Short technical snippets, debugger command cheatsheets, and temporary observations.
/
2026-08-20 WinDbg
WinDbg KDNET Kernel Connection Quick Ref
Useful commands when starting a dual-VM kernel debugging session:
bcdedit /debug on
bcdedit /dbgsettings net hostip:192.168.1.100 port:50000 key:1.2.3.4
2026-08-18 Debugging
PDB Symbol Path Environment
Configure local cache path alongside Microsoft Public Symbol Server:
_NT_SYMBOL_PATH=SRV*C:\Symbols*https://msdl.microsoft.com/download/symbols