MCPcopy 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
96std::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_METHODFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.64