mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-11 01:41:20 +00:00
CiOptions: Simplifies the way CI.dll base address is recovered
Instead of using the kernel R/W primitive, uses userland API to enumerate kernel modules
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include <Windows.h>
|
||||
|
||||
DWORD64 FindNtoskrnlBaseAddress(void);
|
||||
DWORD64 FindKernelModuleAddressByName(_In_ LPTSTR name);
|
||||
TCHAR* FindDriverName(DWORD64 address, _Out_opt_ PDWORD64 offset);
|
||||
TCHAR* FindDriverPath(DWORD64 address);
|
||||
DWORD64 GetKernelFunctionAddress(LPCSTR function);
|
||||
|
||||
Reference in New Issue
Block a user