Files
vxunderground-VX-API/VX-API/Main.cpp
T
vxunderground 665736223b add
CreateProcessFromShellExecuteInExplorerProcess
2022-09-10 22:27:11 -05:00

24 lines
410 B
C++

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