HyperDbg Debugger
Loading...
Searching...
No Matches
PlatformDbg.h
Go to the documentation of this file.
1
12#pragma once
13
14#if defined(__linux__)
16#endif // defined(__linux__)
17
19// Functions //
21
22VOID
23PlatformDbgPrint(const CHAR * Format, ...);
VOID PlatformDbgPrint(const CHAR *Format,...)
Print a debug message to the kernel debugger.
Definition PlatformDbg.c:26
char CHAR
Definition BasicTypes.h:33