Update CreateProcessFromIHxInteractiveUserW.cpp

This commit is contained in:
vxunderground 2022-07-16 05:56:40 -05:00 committed by GitHub
parent 1d4a942f06
commit f98735499a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,9 @@
/*
Paper: Finding Interactive User COM Objects using PowerShell
Credit: James Forshaw
*/
struct __declspec(uuid("8cec595b-07a1-11d9-b15e-000d56bfe6ee"))
IHxInteractiveUser : public IUnknown {
virtual VOID __stdcall Execute(PWCHAR pcUrl) = 0;