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

Method ElfScanner

KittyMemoryEx/KittyScanner.hpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222public:
223 ElfScanner()
224 : _pMem(nullptr), _elfBase(0), _phdr(0), _loads(0), _loadBias(0), _loadSize(0), _dynamic(0), _stringTable(0),
225 _symbolTable(0), _strsz(0), _syment(0), _fixedBySoInfo(false), _symbols_init(false), _dsymbols_init(false)
226 {
227 }
228
229 /**
230 * @brief Constructor for ElfScanner class.

Callers

nothing calls this directly

Calls 2

getAllMapsFunction · 0.85
processIDMethod · 0.45

Tested by

no test coverage detected