Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MJx0/KittyMemoryEx
/ programHeaders
Method
programHeaders
KittyMemoryEx/KittyScanner.hpp:334–337 ·
view source on GitHub ↗
* @brief Vector of Elf's program headers. */
Source
from the content-addressed store, hash-verified
332
* @brief Vector of Elf's program headers.
333
*/
334
inline std::vector<KT_ElfW(Phdr)> programHeaders() const
335
{
336
return _phdrs;
337
}
338
339
/**
340
* @brief Elf's number of loads.
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected