LIEF: Library to Instrument Executable Formats Version 0.17.0
|
This namespace wraps code related to PE-x64 unwinding code. More...
Classes | |
class | Alloc |
This class represents a stack-allocation operation (UNWIND_OPCODES::ALLOC_SMALL or UNWIND_OPCODES::ALLOC_LARGE). More... | |
class | Code |
Base class for all unwind operations. More... | |
class | Epilog |
Describes the function's epilog. More... | |
class | PushMachFrame |
Push a machine frame. More... | |
class | PushNonVol |
Push a nonvolatile integer register, decrementing RSP by 8. More... | |
class | SaveNonVolatile |
Save a nonvolatile integer register on the stack using a MOV instead of a PUSH . More... | |
class | SaveXMM128 |
class | SetFPReg |
Establish the frame pointer register by setting the register to some offset of the current RSP. More... | |
class | Spare |
This namespace wraps code related to PE-x64 unwinding code.