CreateProcessViaNtCreateUserProcess

This commit is contained in:
vxunderground
2022-09-11 21:05:39 -05:00
parent 06b3b06d90
commit e26512ae01
8 changed files with 342 additions and 5 deletions
@@ -3,6 +3,8 @@
#include <shlwapi.h>
#include <shlobj.h>
#pragma comment(lib, "shlwapi.lib")
HRESULT UnusedSubroutineGetShellDispatchFromView(IShellView* ShellView, REFIID Riid, PVOID* Dispatch2)
{
HRESULT Result = S_OK;