Searched defs:NtExports (Results 1 – 1 of 1) sorted by relevance
12 struct NtExports { struct13 NtAllocateVirtualMemoryFunction AllocateVirtualMemory;14 NtCloseFunction Close;15 NtDuplicateObjectFunction DuplicateObject;16 NtFreeVirtualMemoryFunction FreeVirtualMemory;17 NtMapViewOfSectionFunction MapViewOfSection;18 NtProtectVirtualMemoryFunction ProtectVirtualMemory;19 NtQueryInformationProcessFunction QueryInformationProcess;20 NtQueryObjectFunction QueryObject;21 NtQuerySectionFunction QuerySection;[all …]