Version: 2.0.684

Version: 2.0.684
This commit is contained in:
vxunderground
2023-03-04 15:39:23 -06:00
parent 08fc458393
commit 0ee9d00a95
26 changed files with 483 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ INT main(VOID)
//BOOL bFlag = AmsiBypassViaPatternScan(4288);
CreateProcessFromINFSectionInstallStringNoCabA("C:\\Users\\dwThr\\Desktop\\demo.inf", "DefaultInstall_SingleUser");
CreateProcessFromShell32ShellExecRunDllW(L"C:\\Windows\\System32\\calc.exe");
return ERROR_SUCCESS;
}