MCPcopy 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
11NTSTATUS InitializeHashTable()
12{
13 RtlZeroMemory(HashTable, sizeof(HashTable));
14 KeInitializeSpinLock(&HashTableLock);
15 return STATUS_SUCCESS;
16}
17
18
19NTSTATUS AddProcessInfo(HANDLE ProcessId, PPROCESS_INFO ProcessInfo)

Callers 1

DriverEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected