MCPcopy Create free account
hub / github.com/dobin/RedEdr / ExistMemoryRegion

Method ExistMemoryRegion

RedEdrShared/process_mem_static.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25BOOL MemStatic::ExistMemoryRegion(uint64_t addr) {
26 return memoryRegions.contains(addr);
27}
28
29
30MemoryRegion* MemStatic::GetMemoryRegion(uint64_t addr) {

Callers 2

TEST_CLASSFunction · 0.80
TEST_METHODFunction · 0.80

Calls 1

containsMethod · 0.45

Tested by 2

TEST_CLASSFunction · 0.64
TEST_METHODFunction · 0.64