LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::unwind_x64::PushMachFrame Class Reference

Push a machine frame. More...

#include <UnwindCodeX64.hpp>

Inheritance diagram for LIEF::PE::unwind_x64::PushMachFrame:
Collaboration diagram for LIEF::PE::unwind_x64::PushMachFrame:

Public Member Functions

 PushMachFrame ()=delete
 
 PushMachFrame (uint8_t value, size_t pos)
 
uint8_t value () const
 0 or 1
 
std::string to_string () const override
 Pretty representation.
 
 ~PushMachFrame () override=default
 
- Public Member Functions inherited from LIEF::PE::unwind_x64::Code
 Code ()=delete
 
 Code (const Code &)=default
 
Codeoperator= (const Code &)=default
 
 Code (Code &&)=default
 
Codeoperator= (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

- Public Types inherited from LIEF::PE::unwind_x64::Code
using OPCODE = RuntimeFunctionX64::UNWIND_OPCODES
 
using REG = RuntimeFunctionX64::UNWIND_REG
 

Detailed Description

Push a machine frame.

Constructor & Destructor Documentation

◆ PushMachFrame() [1/2]

LIEF::PE::unwind_x64::PushMachFrame::PushMachFrame ( )
delete

◆ PushMachFrame() [2/2]

LIEF::PE::unwind_x64::PushMachFrame::PushMachFrame ( uint8_t value,
size_t pos )
inline

◆ ~PushMachFrame()

LIEF::PE::unwind_x64::PushMachFrame::~PushMachFrame ( )
overridedefault

Member Function Documentation

◆ classof()

static bool LIEF::PE::unwind_x64::PushMachFrame::classof ( const Code * code)
inlinestatic

◆ to_string()

std::string LIEF::PE::unwind_x64::PushMachFrame::to_string ( ) const
overridevirtual

Pretty representation.

Reimplemented from LIEF::PE::unwind_x64::Code.

◆ value()

uint8_t LIEF::PE::unwind_x64::PushMachFrame::value ( ) const
inline

0 or 1


The documentation for this class was generated from the following file: