6
0
mirror of https://github.com/JKornev/hidden synced 2024-06-27 09:28:04 +00:00
hidden/Hidden/KernelAnalyzer.h

10 lines
187 B
C
Raw Normal View History

#pragma once
#include <Ntddk.h>
VOID InitializeKernelAnalyzer();
VOID DestroyKernelAnalyzer();
PVOID GetPspCidTablePointer();
PLIST_ENTRY GetActiveProcessLinksList(PEPROCESS Process);