1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-16 00:24:29 +01:00

fix(injection): fix msvc compilation error

This commit is contained in:
dledda-r7 2024-10-21 05:02:08 -04:00
parent a7485082ca
commit 8e533ec9fa
No known key found for this signature in database
GPG Key ID: 4D4EC504A1F02FFF
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#include <ntstatus.h>
#include "common.h"
#include "pool_party.h"
#include "pool_party_ext.h"

View File

@ -5,6 +5,9 @@ typedef struct IUnknown IUnknown;
#include <winbase.h>
#include <winternl.h>
#define STATUS_SUCCESS 0
#define STATUS_INFO_LENGTH_MISMATCH 0xC0000004
#define TP_DIRECT_STRUCT_SIZE_X64 72
#define TP_DIRECT_STRUCT_SIZE_X86 56
#define TP_DIRECT_STRUCT_CB_OFFSET_X64 0x38