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

This namespace wraps code related to PE-x64 unwinding code. More...

Classes

class  Code
 Base class for all unwind operations. More...
class  Alloc
 This class represents a stack-allocation operation (UNWIND_OPCODES::ALLOC_SMALL or UNWIND_OPCODES::ALLOC_LARGE). More...
class  PushNonVol
 Push a nonvolatile integer register, decrementing RSP by 8. More...
class  PushMachFrame
 Push a machine frame. More...
class  SetFPReg
 Establish the frame pointer register by setting the register to some offset of the current RSP. More...
class  SaveNonVolatile
 Save a nonvolatile integer register on the stack using a MOV instead of a PUSH. More...
class  SaveXMM128
class  Epilog
 Describes the function's epilog. More...
class  Spare

Detailed Description

This namespace wraps code related to PE-x64 unwinding code.