LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <memory>
#include "LIEF/errors.hpp"
#include "LIEF/visibility.h"
#include "LIEF/enums.hpp"
#include "LIEF/optional.hpp"
#include "LIEF/PE/ExceptionInfo.hpp"
Go to the source code of this file.
Classes | |
class | LIEF::PE::RuntimeFunctionX64 |
This class represents an entry in the exception table (.pdata section) for the x86-64 architecture. More... | |
struct | LIEF::PE::RuntimeFunctionX64::unwind_info_t |
This structure represents the UNWIND_INFO which records the effects a function has on the stack pointer, and where the nonvolatile registers are saved on the stack. More... | |
struct | EnableBitMaskOperators< LIEF::PE::RuntimeFunctionX64::UNWIND_FLAGS > |
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::PE |
Namespace related to the LIEF's PE module. | |
namespace | LIEF::PE::unwind_x64 |
This namespace wraps code related to PE-x64 unwinding code. | |
Functions | |
const char * | LIEF::PE::to_string (RuntimeFunctionX64::UNWIND_OPCODES op) |
const char * | LIEF::PE::to_string (RuntimeFunctionX64::UNWIND_FLAGS op) |
const char * | LIEF::PE::to_string (RuntimeFunctionX64::UNWIND_REG op) |