LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::MachO::Binary::range_t Struct Reference

#include <Binary.hpp>

Public Member Functions

uint64_t size () const
 
bool empty () const
 

Public Attributes

uint64_t start = 0
 
uint64_t end = 0
 

Member Function Documentation

◆ empty()

bool LIEF::MachO::Binary::range_t::empty ( ) const
inline

◆ size()

uint64_t LIEF::MachO::Binary::range_t::size ( ) const
inline

Member Data Documentation

◆ end

uint64_t LIEF::MachO::Binary::range_t::end = 0

◆ start

uint64_t LIEF::MachO::Binary::range_t::start = 0

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