MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / findDebugSymbol

Method findDebugSymbol

KittyMemoryEx/KittyScanner.cpp:1003–1008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001}
1002
1003uintptr_t ElfScanner::findDebugSymbol(const std::string &symbolName)
1004{
1005 const auto &syms = dsymbols();
1006 auto it = syms.find(symbolName);
1007 return it != syms.end() ? it->second : 0;
1008}
1009
1010bool ElfScannerMgr::isValidELF(uintptr_t elfBase) const
1011{

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected