LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
LIEF::DEX::Parser Class Reference

Class which parses a DEX file to produce a DEX::File object. More...

#include <Parser.hpp>

Public Member Functions

Parseroperator= (const Parser &copy)=delete
 
 Parser (const Parser &copy)=delete
 

Static Public Member Functions

static std::unique_ptr< Fileparse (const std::string &file)
 Parse the DEX file from the file path given in parameter.
 
static std::unique_ptr< Fileparse (std::vector< uint8_t > data, const std::string &name="")
 

Detailed Description

Class which parses a DEX file to produce a DEX::File object.


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