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

Method CProcessATHookTable

WinArk/ProcessATHookTable.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#pragma comment(lib,"onecore.lib")
9
10CProcessATHookTable::CProcessATHookTable(BarInfo& bars, TableInfo& table, DWORD pid, bool x64)
11 :CTable(bars, table),m_ModuleTracker(pid),m_Pid(pid){
12 SetTableWindowInfo(bars.nbar);
13}
14
15CString CProcessATHookTable::TypeToString(ATHookType type) {
16 switch (type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected