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

Push a nonvolatile integer register, decrementing RSP by 8. More...

#include <UnwindCodeX64.hpp>

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

Public Member Functions

 PushNonVol ()=delete
 
 PushNonVol (REG reg, size_t pos)
 
std::string to_string () const override
 Pretty representation.
 
REG reg () const
 The register pushed.
 
 ~PushNonVol () 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 nonvolatile integer register, decrementing RSP by 8.

Constructor & Destructor Documentation

◆ PushNonVol() [1/2]

LIEF::PE::unwind_x64::PushNonVol::PushNonVol ( )
delete

◆ PushNonVol() [2/2]

LIEF::PE::unwind_x64::PushNonVol::PushNonVol ( REG reg,
size_t pos )
inline

◆ ~PushNonVol()

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

Member Function Documentation

◆ classof()

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

◆ reg()

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

The register pushed.

◆ to_string()

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

Pretty representation.

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


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