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

Method CompareItems

WinArk/ShadowSSDTTable.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool CShadowSSDTHookTable::CompareItems(const ShadowSystemServiceInfo& s1, const ShadowSystemServiceInfo& s2, int col, bool asc) {
143
144 return false;
145}
146
147ULONG_PTR CShadowSSDTHookTable::GetOrignalAddress(DWORD number) {
148 if (!_fileMapVA)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected