|
LIEF: Library to Instrument Executable Formats Version 2.0.0
|
#include <ChainedPointerAnalysis.hpp>
Public Types | |
| using | content_t |
Public Member Functions | |
| PTR_TYPE | type () const |
| The kind of chained pointer derived from the active alternative. | |
| uint32_t | next () const |
| result< uint32_t > | ordinal () const |
| result< uint64_t > | target () const |
| bool | is_bind () const |
| bool | is_auth () const |
Public Attributes | |
| content_t | content |
| uint64_t | raw = 0 |
| bool LIEF::MachO::ChainedPointerAnalysis::union_pointer_t::is_auth | ( | ) | const |
|
inline |
References ordinal().
| uint32_t LIEF::MachO::ChainedPointerAnalysis::union_pointer_t::next | ( | ) | const |
| result< uint32_t > LIEF::MachO::ChainedPointerAnalysis::union_pointer_t::ordinal | ( | ) | const |
Referenced by is_bind().
| result< uint64_t > LIEF::MachO::ChainedPointerAnalysis::union_pointer_t::target | ( | ) | const |
|
inline |
The kind of chained pointer derived from the active alternative.
References content.
| uint64_t LIEF::MachO::ChainedPointerAnalysis::union_pointer_t::raw = 0 |