From 0d6a53e7b766bdc3e579fab95a921ed0010014ad Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Thu, 30 Jun 2016 21:00:27 -0400
Subject: nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).

---
 src/internal/ntapi_hash_table.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/internal/ntapi_hash_table.h b/src/internal/ntapi_hash_table.h
index 1eacf88..2dad1ad 100644
--- a/src/internal/ntapi_hash_table.h
+++ b/src/internal/ntapi_hash_table.h
@@ -133,9 +133,11 @@
 	{0x78327b0d,	(173)},	/* ZwSetVolumeInformationFile */ \
 	{0x78a28538,	(80)},	/* ZwAdjustPrivilegesToken */ \
 	{0x7b9f9b64,	(182)},	/* ZwOpenKey */ \
+	{0x7c868d67,	(252)},	/* _vsnprintf */ \
 	{0x7ccd8968,	(138)},	/* ZwCompleteConnectPort */ \
 	{0x7dfb3677,	(169)},	/* ZwSetEaFile */ \
 	{0x7e21039a,	(87)},	/* ZwCreateTimer */ \
+	{0x7e92a7a6,	(251)},	/* vsprintf */ \
 	{0x7ec723c2,	(122)},	/* ZwQueryPerformanceCounter */ \
 	{0x7f99ab33,	(145)},	/* ZwReadRequestData */ \
 	{0x81b18dcd,	(21)},	/* ZwQueryVirtualMemory */ \
@@ -262,6 +264,6 @@
 	{0xf425639c,	(104)},	/* ZwOpenMutant */ \
 	{0xfde47817,	(94)},	/* ZwSetEvent */ \
 
-#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE	251
+#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE	253
 
 #endif
-- 
cgit v1.2.3