| 155 | } |
| 156 | |
| 157 | bool IsDispatcherAddress(uint64_t Address) { |
| 158 | const auto& Config = SignalDelegator->GetConfig(); |
| 159 | return Address >= Config.DispatcherBegin && Address < Config.DispatcherEnd; |
| 160 | } |
| 161 | |
| 162 | |
| 163 | void FillNtDllLUTs(HMODULE NtDll) { |
no outgoing calls
no test coverage detected