Skip to content

Instantly share code, notes, and snippets.

View lucifer846's full-sized avatar
🎯
Focusing

Moni lucifer846

🎯
Focusing
View GitHub Profile
@lucifer846
lucifer846 / gist:a3f4ae518bb723afa83338bb1e421e7b
Created February 7, 2026 05:58
PiDDBCacheTableEntries looping to pring out all the entries ( for debugging )
//****************************[ Implementation ]*****************************
PVOID restartKey = NULL;
_PiDDBCacheEntry* entry = NULL;
for (;;)
{
entry = RtlEnumerateGenericTableWithoutSplayingAvl0(PiDDBCacheTable, &restartKey);
if (!entry)
break;