add win7 x86 support

This commit is contained in:
Boring
2020-02-11 00:43:48 +08:00
parent 3236290b2c
commit e0b3f61682
7 changed files with 832 additions and 618 deletions
+3 -1
View File
@@ -1251,7 +1251,7 @@ NTSTATUS NTAPI NtQueryVirtualMemory(
OUT PSIZE_T ResultLength OPTIONAL);
PVOID RtlImageDirectoryEntryToData(
PVOID NTAPI RtlImageDirectoryEntryToData(
PVOID BaseAddress,
BOOLEAN MappedAsImage,
USHORT Directory,
@@ -1338,3 +1338,5 @@ typedef struct _UNWIND_INFO {
#define GetExceptionDataPtr(info) ((PVOID)((PULONG)GetLanguageSpecificData(info) + 1)
NTSTATUS NTAPI NtQuerySystemTime(PLARGE_INTEGER SystemTime);
PVOID NTAPI RtlEncodeSystemPointer(PVOID Pointer);
PVOID NTAPI RtlDecodeSystemPointer(PVOID Pointer);