Skip to content

Instantly share code, notes, and snippets.

@sefgit
Last active March 25, 2025 07:18
Show Gist options
  • Save sefgit/cfc6f7c1a7f188eb98fc6fb2181c1bc8 to your computer and use it in GitHub Desktop.
Save sefgit/cfc6f7c1a7f188eb98fc6fb2181c1bc8 to your computer and use it in GitHub Desktop.
DEBUG VIEW

// https://learn.microsoft.com/en-us/sysinternals/downloads/debugview

  1. Under Windows 9x/Me DebugView can capture output from the following sources:
  • Win32 OutputDebugString
  • Win16 OutputDebugString
  • Kernel-mode Out_Debug_String
  • Kernel-mode _Debug_Printf_Service
  1. Under Windows NT and Win2k DebugView can capture:
  • Win32 OutputDebugString
  • Kernel-mode DbgPrint
  1. All kernel-mode variants of DbgPrint implemented in Windows XP and .NET Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment