|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <DexFile.hpp>


Public Member Functions | |
| DexFile () | |
| DexFile (const DexFile &) | |
| DexFile & | operator= (const DexFile &) |
| const std::string & | location () const |
| uint32_t | checksum () const |
| uint32_t | dex_offset () const |
| bool | has_dex_file () const |
| const DEX::File * | dex_file () const |
| DEX::File * | dex_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) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default |
| 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>>> |
| LIEF::OAT::DexFile::DexFile | ( | ) |
Referenced by DexFile(), operator<<, and operator=().
| LIEF::OAT::DexFile::DexFile | ( | const DexFile & | ) |
References DexFile().
|
override |
|
overridevirtual |
Implements LIEF::Object.
| uint32_t LIEF::OAT::DexFile::checksum | ( | ) | const |
Referenced by checksum().
| void LIEF::OAT::DexFile::checksum | ( | uint32_t | checksum | ) |
References checksum().
| void LIEF::OAT::DexFile::class_offsets_offset | ( | uint32_t | offset | ) |
| const std::vector< uint32_t > & LIEF::OAT::DexFile::classes_offsets | ( | ) | const |
| DEX::File * LIEF::OAT::DexFile::dex_file | ( | ) |
| const DEX::File * LIEF::OAT::DexFile::dex_file | ( | ) | const |
Referenced by operator<<.
| uint32_t LIEF::OAT::DexFile::dex_offset | ( | ) | const |
Referenced by dex_offset().
| void LIEF::OAT::DexFile::dex_offset | ( | uint32_t | dex_offset | ) |
References dex_offset().
| bool LIEF::OAT::DexFile::has_dex_file | ( | ) | const |
| const std::string & LIEF::OAT::DexFile::location | ( | ) | const |
Referenced by location().
| void LIEF::OAT::DexFile::location | ( | const std::string & | location | ) |
References location().
| uint32_t LIEF::OAT::DexFile::lookup_table_offset | ( | ) | const |
| void LIEF::OAT::DexFile::lookup_table_offset | ( | uint32_t | offset | ) |