Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ InitializeHashTable
Function
InitializeHashTable
RedEdrDriver/hashcache.c:11–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
NTSTATUS InitializeHashTable()
12
{
13
RtlZeroMemory(HashTable, sizeof(HashTable));
14
KeInitializeSpinLock(&HashTableLock);
15
return STATUS_SUCCESS;
16
}
17
18
19
NTSTATUS AddProcessInfo(HANDLE ProcessId, PPROCESS_INFO ProcessInfo)
Callers
1
DriverEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected