Comment by hackyhacky

2 hours ago

The domain name reminds me of the venerable DOS "debug.com" command, which managed to combine an interactive and scriptable debugger, assembler, and disassembler into a program weighing a few kilobytes. I spent many long hours in my youth using it to reverse engineering copy protection on games. I really wish we had a similar tool for the modern era.

    The DEBUG utility was originally named DEBUG.COM in early versions
    of MS-DOS, but it was renamed to DEBUG.EXE starting with MS-DOS 3.2

Shoutout to the 12 of us who remember debug> g=c800:5

WinDbg?