MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / GetRtlInsertInvertedFunctionTable

Function GetRtlInsertInvertedFunctionTable

Src/CebuLoader/UnexportedWinApi.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188#if defined _M_IX86
189 void* g_RtlInsertInvertedFunctionTable = nullptr;
190 void* GetRtlInsertInvertedFunctionTable()
191 {
192 if (!g_RtlInsertInvertedFunctionTable)
193 g_RtlInsertInvertedFunctionTable = FindNtDllSymbol(GetRtlInsertInvertedFunctionTableOffset());
194 return g_RtlInsertInvertedFunctionTable;
195 }
196
197 void* g_LdrpInvertedFunctionTable = nullptr;
198 void* GetLdrpInvetedFunctionTable()

Callers 1

Calls 2

FindNtDllSymbolFunction · 0.85

Tested by

no test coverage detected