1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

feat(injection): adding hTriggerEvent to POOLPARTYCONTEXT

This commit is contained in:
dledda-r7 2024-08-07 04:32:33 -04:00
parent c6d066fa86
commit af77eda913
No known key found for this signature in database
GPG Key ID: 4D4EC504A1F02FFF

View File

@ -81,6 +81,12 @@ typedef struct _POOLPARTYCONTEXT
BYTE bPadding2[8];
} p;
union
{
LPVOID hTriggerEvent;
BYTE bPadding2[8];
} e;
} POOLPARTYCONTEXT, * LPPOOLPARTYCONTEXT;
//===============================================================================================//