Files
vxunderground-VX-API/VX-API/Main.cpp
T
2022-09-11 21:05:39 -05:00

22 lines
373 B
C++

#include <Windows.h>
#include "Internal.h"
#include "StringManipulation.h"
#include "Win32Helper.h"
/*
TODO:
- Ping with 'IcmpSendEcho2Ex'
KNOWN ISSUES
- Dynamically resolve IUnknown_QueryService in UnusedSubroutineGetShellViewForDesktop in CreateProcessFromShellExecuteInExplorerProcess
*/
int main(VOID)
{
DWORD dwError = ERROR_SUCCESS;
return ERROR_SUCCESS;
}