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

Method base

KittyMemoryEx/KittyScanner.hpp:302–305  ·  view source on GitHub ↗

* @brief Elf's Base address in memory. */

Source from the content-addressed store, hash-verified

300 */
301 inline uintptr_t base() const
302 {
303 return _elfBase;
304 }
305
306 /**
307 * @brief Elf's end address in memory.
308 */

Callers 5

dumpMemELFMethod · 0.80
findRemoteSymbolMethod · 0.80
initMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected