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

Method stringTable

KittyMemoryEx/KittyScanner.hpp:382–385  ·  view source on GitHub ↗

* @brief Elf's dynamic string table address in memory. */

Source from the content-addressed store, hash-verified

380 * @brief Elf's dynamic string table address in memory.
381 */
382 inline uintptr_t stringTable() const
383 {
384 return _stringTable;
385 }
386
387 /**
388 * @brief Elf's dynamic symbol table address in memory.

Callers 3

initMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected