Files
metasploit-gs/external/source/include/windows/README.md
T
2021-05-12 16:36:17 -04:00

11 lines
458 B
Markdown

# include/windows
The files within this directory are useful to avoid boiler plate code that is often necessary in Windows exploits.
## common.h
This file provides the convenient `dprintf` method to easily allow debug output to be toggled on and off through the
`DEBUGTRACE` macro definition.
## definitions.h
This files includes general Windows definitions of common (but undocumented) structures and function signatures such as
those found within NTDLL.