LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::details::unwind_code_t Union Reference

#include <internal_x64.hpp>

Public Member Functions

uint8_t op () const
uint8_t op_info () const

Public Attributes

struct { 
   uint8_t   code_offset 
   uint8_t   op_info 
opcode
uint16_t raw

Member Function Documentation

◆ op()

uint8_t LIEF::PE::details::unwind_code_t::op ( ) const
inline

References opcode.

◆ op_info()

uint8_t LIEF::PE::details::unwind_code_t::op_info ( ) const
inline

References opcode.

Member Data Documentation

◆ code_offset

uint8_t LIEF::PE::details::unwind_code_t::code_offset

◆ op_info

uint8_t LIEF::PE::details::unwind_code_t::op_info

◆ [struct]

struct { ... } LIEF::PE::details::unwind_code_t::opcode

Referenced by op(), and op_info().

◆ raw

uint16_t LIEF::PE::details::unwind_code_t::raw

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