Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dobin/RedEdr
/ ResolveStr
Method
ResolveStr
RedEdrShared/process_mem_static.cpp:96–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
std::string MemStatic::ResolveStr(uint64_t addr) {
97
MemoryRegion* r = GetMemoryRegion(addr);
98
if (r == NULL) {
99
return
"NOT_IMAGE"
;
100
}
101
return r->name;
102
}
Callers
2
TEST_METHOD
Function · 0.80
AugmentEventWithMemAddrInfo
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_METHOD
Function · 0.64