mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
new code
new malcode + helper
This commit is contained in:
+2
-2
@@ -45,10 +45,10 @@ int main(VOID)
|
||||
SHELLCODE_EXECUTION_INFORMATION Sei = { 0 };
|
||||
Sei.Payload = GlobalOpenCalcPayload;
|
||||
Sei.dwLengthOfPayloadInBytes = 277;
|
||||
Sei.MethodEnum = E_ENUMFONTFAMILIESEXW;
|
||||
Sei.MethodEnum = E_MESSAGEBOXINDIRECT;
|
||||
|
||||
ShellcodeExecutionViaFunctionCallbackMain(&Sei);
|
||||
|
||||
//MpfComMonitorChromeSessionOnce();
|
||||
|
||||
|
||||
return dwError;
|
||||
|
||||
Reference in New Issue
Block a user