Class Elf¶
Defined in File elf.hpp
Nested Relationships¶
Nested Types¶
Class Documentation¶
-
class Elf¶
Public Functions
-
inline Elf64_Ehdr ehdr()¶
-
inline bool is_exec()¶
-
inline bool is_dyn()¶
-
inline uint32_t machine()¶
-
inline uint32_t abi()¶
-
struct Phdrs¶
-
-
struct PhdrIterator¶
Public Functions
-
inline Elf64_Phdr &operator*()¶
-
inline const Elf64_Phdr &operator*() const¶
-
inline bool operator==(const PhdrIterator &other) const¶
-
inline bool operator!=(const PhdrIterator &other) const¶
-
inline PhdrIterator &operator++()¶
-
inline PhdrIterator operator++(int)¶
-
inline Elf64_Phdr &operator*()¶
-
struct PhdrIterator¶
-
inline Elf64_Ehdr ehdr()¶