metasploit-framework/external/source/include/windows
Christophe De La Fuente 6d4ee0c071 Add exploit for CVE-2023-21768 2023-03-27 20:08:22 +02:00
..
README.md Refactor the code to be reusable and add docs 2021-05-12 16:36:17 -04:00
common.h Removed 22621 2023-01-19 14:47:20 -05:00
definitions.h Add exploit for CVE-2023-21768 2023-03-27 20:08:22 +02:00

README.md

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.