|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <CodeIntegrity.hpp>


Public Member Functions | |
| CodeIntegrity ()=default | |
| ~CodeIntegrity () override=default | |
| CodeIntegrity & | operator= (const CodeIntegrity &)=default |
| CodeIntegrity (const CodeIntegrity &)=default | |
| CodeIntegrity & | operator= (CodeIntegrity &&)=default |
| CodeIntegrity (CodeIntegrity &&)=default | |
| uint16_t | flags () const |
| Flags to indicate if CI information is available, etc. | |
| uint16_t | catalog () const |
| 0xFFFF means not available | |
| uint32_t | catalog_offset () const |
| uint32_t | reserved () const |
| Additional bitmask to be defined later. | |
| CodeIntegrity & | flags (uint16_t flags) |
| CodeIntegrity & | catalog (uint16_t catalog) |
| CodeIntegrity & | catalog_offset (uint32_t catalog_offset) |
| CodeIntegrity & | reserved (uint32_t reserved) |
| void | accept (Visitor &visitor) const override |
| Public Member Functions inherited from LIEF::Object | |
| Object () | |
| Object (const Object &other) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default |
| template<class T> | |
| output_t< T > | as () |
| template<class T> | |
| output_const_t< T > | as () const |
| virtual bool | operator== (const Object &other) const |
| virtual bool | operator!= (const Object &other) const |
| virtual | ~Object () |
Static Public Member Functions | |
| static result< CodeIntegrity > | parse (Parser &ctx, BinaryStream &stream) |
Additional Inherited Members | |
| Public Types inherited from LIEF::Object | |
| template<class T> | |
| using | output_t = add_pointer_t<decay_t<T>> |
| template<class T> | |
| using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
|
default |
Referenced by catalog(), catalog_offset(), CodeIntegrity(), CodeIntegrity(), flags(), operator<<, operator=(), operator=(), and reserved().
|
overridedefault |
|
default |
References CodeIntegrity().
|
default |
References CodeIntegrity().
|
overridevirtual |
Implements LIEF::Object.
|
inline |
0xFFFF means not available
Referenced by catalog().
|
inline |
References catalog(), and CodeIntegrity().
|
inline |
Referenced by catalog_offset().
|
inline |
References catalog_offset(), and CodeIntegrity().
|
inline |
Flags to indicate if CI information is available, etc.
Referenced by flags().
|
inline |
References CodeIntegrity(), and flags().
|
default |
References CodeIntegrity().
|
default |
References CodeIntegrity().
|
static |
|
inline |
Additional bitmask to be defined later.
Referenced by reserved().
|
inline |
References CodeIntegrity(), and reserved().