Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dumpMemELF
Method · 0.80
findRemoteSymbol
Method · 0.80
init
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected