From 3e65dd723c030ddbac5729e690bbb057cb29c57e Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 30 Jun 2016 19:04:08 -0400 Subject: nt_string.h, ntapi_vtbl: added snprintf (via ntdll). --- src/internal/ntapi_hash_table.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internal/ntapi_hash_table.h') diff --git a/src/internal/ntapi_hash_table.h b/src/internal/ntapi_hash_table.h index 0fc43a6..1eacf88 100644 --- a/src/internal/ntapi_hash_table.h +++ b/src/internal/ntapi_hash_table.h @@ -39,6 +39,7 @@ {0x1c0197e6, (233)}, /* ZwAllocateUuids */ \ {0x1c7a90a1, (5)}, /* ZwQuerySecurityObject */ \ {0x1cf668c5, (194)}, /* ZwQueryKey */ \ + {0x21b850be, (250)}, /* _snprintf */ \ {0x2259fc62, (2)}, /* ZwDuplicateObject */ \ {0x24e09c64, (18)}, /* ZwSystemDebugControl */ \ {0x255bf138, (142)}, /* ZwReplyWaitReplyPort */ \ @@ -261,6 +262,6 @@ {0xf425639c, (104)}, /* ZwOpenMutant */ \ {0xfde47817, (94)}, /* ZwSetEvent */ \ -#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 250 +#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 251 #endif -- cgit v1.2.3