Customize build
Description about customizing HyperDbg builds
Configurations
/**
* @brief Configures whether to show the current system time in the output of
* debug messages or not (only available on usermode tracing messages)
*
*/
#define ShowSystemTimeOnDebugMessages TRUE/**
* @brief Use WPP Tracing instead of all logging functions
*
*/
#define UseWPPTracing FALSE/**
* @brief Configures whether to use DbgPrint or use the custom usermode message
* tracking
*
*/
#define UseDbgPrintInsteadOfUsermodeMessageTracking FALSEDefinitions
Last updated