Files
yardenshafir-WinDbg_Scripts/printUserInvertedFunctionTable.txt
T
Yarden Shafir 0bc67f8ac7 Scripts
2020-05-22 18:17:52 +03:00

2 lines
139 B
Plaintext

dx @$inverted = *(nt!_INVERTED_FUNCTION_TABLE**)&nt!KeUserInvertedFunctionTable
dx -g @$inverted->TableEntry->Take(@$inverted->CurrentSize)