mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
2.0.505
2.0.505
This commit is contained in:
@@ -35,8 +35,16 @@ int main(VOID)
|
||||
Sei.dwLengthOfPayloadInBytes = 277;
|
||||
Sei.MethodEnum = E_RTLUSERFIBERSTART;
|
||||
DWORD dwX = 0;
|
||||
|
||||
PROCESS_INJECTION_INFORMATION Pii = { 0 };
|
||||
|
||||
Pii.Payload = GlobalOpenCalcPayload;
|
||||
Pii.dwLengthOfPayloadInBytes = 277;
|
||||
Pii.ProcessId = 31480;
|
||||
Pii.MethodEnum = E_CTRL_INJECT;
|
||||
|
||||
//ShellcodeExecutionViaFunctionCallbackMain(&Sei);
|
||||
//ProcessInjectionMain(&Pii);
|
||||
|
||||
return dwError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user