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

Method findSymbol

KittyMemoryEx/KittyScanner.cpp:996–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996uintptr_t ElfScanner::findSymbol(const std::string &symbolName)
997{
998 const auto &syms = symbols();
999 auto it = syms.find(symbolName);
1000 return it != syms.end() ? it->second : 0;
1001}
1002
1003uintptr_t ElfScanner::findDebugSymbol(const std::string &symbolName)
1004{

Callers 5

findSymbolAllMethod · 0.80
findRemoteSymbolMethod · 0.80
initMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected