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

Establish the frame pointer register by setting the register to some offset of the current RSP. More...

#include <UnwindCodeX64.hpp>

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

Public Member Functions

 SetFPReg ()=delete
 
 SetFPReg (REG value, size_t pos)
 
REG reg () const
 Frame pointer register.
 
std::string to_string () const override
 Pretty representation.
 
 ~SetFPReg () 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

Establish the frame pointer register by setting the register to some offset of the current RSP.

Constructor & Destructor Documentation

◆ SetFPReg() [1/2]

LIEF::PE::unwind_x64::SetFPReg::SetFPReg ( )
delete

◆ SetFPReg() [2/2]

LIEF::PE::unwind_x64::SetFPReg::SetFPReg ( REG value,
size_t pos )
inline

◆ ~SetFPReg()

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

Member Function Documentation

◆ classof()

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

◆ reg()

REG LIEF::PE::unwind_x64::SetFPReg::reg ( ) const
inline

Frame pointer register.

◆ to_string()

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

Pretty representation.

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


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