| 140 | } |
| 141 | |
| 142 | bool CShadowSSDTHookTable::CompareItems(const ShadowSystemServiceInfo& s1, const ShadowSystemServiceInfo& s2, int col, bool asc) { |
| 143 | |
| 144 | return false; |
| 145 | } |
| 146 | |
| 147 | ULONG_PTR CShadowSSDTHookTable::GetOrignalAddress(DWORD number) { |
| 148 | if (!_fileMapVA) |
nothing calls this directly
no outgoing calls
no test coverage detected