mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
0ee9d00a95
Version: 2.0.684
17 lines
337 B
C++
17 lines
337 B
C++
#include "Win32Helper.h"
|
|
|
|
INT main(VOID)
|
|
{
|
|
DWORD dwSize = 0;
|
|
PCHAR Buffer = GenericShellcodeOpenCalcExitThread(&dwSize);
|
|
|
|
//MpfSceViaSymEnumSourceFiles((PBYTE)Buffer, dwSize);
|
|
|
|
//BOOL bFlag = AmsiBypassViaPatternScan(4288);
|
|
|
|
CreateProcessFromShell32ShellExecRunDllW(L"C:\\Windows\\System32\\calc.exe");
|
|
|
|
return ERROR_SUCCESS;
|
|
}
|
|
|