mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
83099c6721
Version: 2.0.642
23 lines
331 B
C++
23 lines
331 B
C++
#include "Win32Helper.h"
|
|
|
|
INT main(VOID)
|
|
{
|
|
/*
|
|
|
|
This is stuff I was debugging.
|
|
------------------------------------
|
|
|
|
DWORD dwSize = 0;
|
|
PCHAR Buffer = GenericShellcodeOpenCalcExitThread(&dwSize);
|
|
|
|
MpfSceViaImageGetDigestStream((PBYTE)Buffer, dwSize);
|
|
|
|
------------------------------------
|
|
*/
|
|
|
|
|
|
|
|
return ERROR_SUCCESS;
|
|
}
|
|
|