mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 20:05:26 +00:00
5 lines
127 B
C
5 lines
127 B
C
|
|
||
|
void LogData(char *lpszFormat, ...);
|
||
|
void LogDataIoctls(char *lpszFormat, ...);
|
||
|
void LogDataHexdump(PUCHAR Data, ULONG Size);
|