MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / IsDispatcherAddress

Function IsDispatcherAddress

Source/Windows/WOW64/Module.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool IsDispatcherAddress(uint64_t Address) {
153 const auto& Config = SignalDelegator->GetConfig();
154 return Address >= Config.DispatcherBegin && Address < Config.DispatcherEnd;
155}
156
157bool IsAddressInJit(uint64_t Address) {
158 if (IsDispatcherAddress(Address)) {

Callers 2

IsAddressInJitFunction · 0.70
ReconstructWowContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected