Skip to content

t0asts/windbg-doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinDbg DOOM

Doom

A debugger extension to play DOOM inside WinDbg.

Writeup: https://t0asts.com/windbg-doom
Video showcase: https://www.youtube.com/watch?v=lDo061NRSHg

Build

Ensure you have the .NET 9 SDK installed.

dotnet publish -c Release -r win-x64

Use

In WinDbg:

.load <path>\windbg-doom.dll

!doom <path-to-IWAD>

Ctrl+Break to stop.
!help lists every option.

Credits

Credit to Nobuaki Tanaka for Managed Doom, which this extension uses internally.
Credit to id Software for DOOM.

About

Play DOOM in WinDbg.

Resources

Stars

Watchers

Forks

Contributors

Languages