MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / CProcessInlineHookTable

Method CProcessInlineHookTable

WinArk/ProcessInlineHookTable.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15CProcessInlineHookTable::CProcessInlineHookTable(BarInfo& bars, TableInfo& table, DWORD pid, bool x64)
16 :CTable(bars, table), m_Pid(pid), m_ModuleTracker(pid), _x64(x64) {
17 SetTableWindowInfo(bars.nbar);
18}
19
20CString CProcessInlineHookTable::TypeToString(HookType type) {
21 switch (type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected