Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
BOOL MemStatic::ExistMemoryRegion(uint64_t addr) {
26
return memoryRegions.contains(addr);
27
}
28
29
30
MemoryRegion* MemStatic::GetMemoryRegion(uint64_t addr) {
Callers
2
TEST_CLASS
Function · 0.80
TEST_METHOD
Function · 0.80
Calls
1
contains
Method · 0.45
Tested by
2
TEST_CLASS
Function · 0.64
TEST_METHOD
Function · 0.64