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

Method loadSize

KittyMemoryEx/KittyScanner.hpp:358–361  ·  view source on GitHub ↗

* @brief Elf's load size. */

Source from the content-addressed store, hash-verified

356 * @brief Elf's load size.
357 */
358 inline uintptr_t loadSize() const
359 {
360 return _loadSize;
361 }
362
363 /**
364 * @brief Elf's dynamic section address in memory.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected