LIEF: Library to Instrument Executable Formats Version 0.16.0
Loading...
Searching...
No Matches
LIEF::OAT::DexFile Class Reference

#include <DexFile.hpp>

Inheritance diagram for LIEF::OAT::DexFile:
Collaboration diagram for LIEF::OAT::DexFile:

Public Member Functions

 DexFile ()
 
 DexFile (const DexFile &)
 
DexFileoperator= (const DexFile &)
 
const std::string & location () const
 
uint32_t checksum () const
 
uint32_t dex_offset () const
 
bool has_dex_file () const
 
const DEX::Filedex_file () const
 
DEX::Filedex_file ()
 
void location (const std::string &location)
 
void checksum (uint32_t checksum)
 
void dex_offset (uint32_t dex_offset)
 
const std::vector< uint32_t > & classes_offsets () const
 
uint32_t lookup_table_offset () const
 
void class_offsets_offset (uint32_t offset)
 
void lookup_table_offset (uint32_t offset)
 
void accept (Visitor &visitor) const override
 
 ~DexFile () override
 
- Public Member Functions inherited from LIEF::Object
 Object ()
 
 Object (const Object &other)
 
Objectoperator= (const Object &other)
 
template<class T >
output_t< T > as ()
 
template<class T >
output_const_t< T > as () const
 
virtual bool operator== (const Object &other) const
 
virtual bool operator!= (const Object &other) const
 
virtual ~Object ()
 

Additional Inherited Members

- Public Types inherited from LIEF::Object
template<class T >
using output_t = add_pointer_t<decay_t<T>>
 
template<class T >
using output_const_t = add_pointer_t<add_const_t<decay_t<T>>>
 

Constructor & Destructor Documentation

◆ DexFile() [1/2]

LIEF::OAT::DexFile::DexFile ( )

◆ DexFile() [2/2]

LIEF::OAT::DexFile::DexFile ( const DexFile & )

◆ ~DexFile()

LIEF::OAT::DexFile::~DexFile ( )
override

Member Function Documentation

◆ accept()

void LIEF::OAT::DexFile::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.

◆ checksum() [1/2]

uint32_t LIEF::OAT::DexFile::checksum ( ) const

◆ checksum() [2/2]

void LIEF::OAT::DexFile::checksum ( uint32_t checksum)

◆ class_offsets_offset()

void LIEF::OAT::DexFile::class_offsets_offset ( uint32_t offset)

◆ classes_offsets()

const std::vector< uint32_t > & LIEF::OAT::DexFile::classes_offsets ( ) const

◆ dex_file() [1/2]

DEX::File * LIEF::OAT::DexFile::dex_file ( )

◆ dex_file() [2/2]

const DEX::File * LIEF::OAT::DexFile::dex_file ( ) const

◆ dex_offset() [1/2]

uint32_t LIEF::OAT::DexFile::dex_offset ( ) const

◆ dex_offset() [2/2]

void LIEF::OAT::DexFile::dex_offset ( uint32_t dex_offset)

◆ has_dex_file()

bool LIEF::OAT::DexFile::has_dex_file ( ) const

◆ location() [1/2]

const std::string & LIEF::OAT::DexFile::location ( ) const

◆ location() [2/2]

void LIEF::OAT::DexFile::location ( const std::string & location)

◆ lookup_table_offset() [1/2]

uint32_t LIEF::OAT::DexFile::lookup_table_offset ( ) const

◆ lookup_table_offset() [2/2]

void LIEF::OAT::DexFile::lookup_table_offset ( uint32_t offset)

◆ operator=()

DexFile & LIEF::OAT::DexFile::operator= ( const DexFile & )

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