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:
@@ -724,7 +724,7 @@ Other options:\n\
|
||||
DWORD64 g_CiOptionsAddress = 0;
|
||||
if (IsCiEnabled())
|
||||
{
|
||||
CiBaseAddress = FindCIBaseAddress(verbose);
|
||||
CiBaseAddress = FindCIBaseAddress();
|
||||
if (!CiBaseAddress) {
|
||||
_putts_or_not(TEXT("[-] CI base address not found !\n"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user