LIEF: Library to Instrument Executable Formats Version 0.17.0
|
#include <UnwindCodeX64.hpp>
Public Member Functions | |
Spare () | |
std::string | to_string () const override |
Pretty representation. | |
~Spare () override=default | |
![]() | |
Code ()=delete | |
Code (const Code &)=default | |
Code & | operator= (const Code &)=default |
Code (Code &&)=default | |
Code & | operator= (Code &&)=default |
virtual | ~Code ()=default |
Code (OPCODE opcode, uint32_t pos) | |
Code (OPCODE opcode) | |
OPCODE | opcode () const |
The original opcode. | |
uint32_t | position () const |
Offset in the prolog. | |
Static Public Member Functions | |
static bool | classof (const Code *code) |
Additional Inherited Members | |
![]() | |
using | OPCODE = RuntimeFunctionX64::UNWIND_OPCODES |
using | REG = RuntimeFunctionX64::UNWIND_REG |
|
inline |
|
overridedefault |
|
inlinestatic |
References LIEF::PE::unwind_x64::Code::opcode().
|
inlineoverridevirtual |
Pretty representation.
Reimplemented from LIEF::PE::unwind_x64::Code.