|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
Class which parses a DEX file to produce a DEX::File object. More...
#include <Parser.hpp>
Public Member Functions | |
| Parser & | operator= (const Parser ©)=delete |
| Parser (const Parser ©)=delete | |
Static Public Member Functions | |
| static std::unique_ptr< File > | parse (const std::string &file) |
| Parse the DEX file from the file path given in parameter. | |
| static std::unique_ptr< File > | parse (std::vector< uint8_t > data, const std::string &name="") |
|
delete |
References Parser(), and LIEF::DEX::version().
Referenced by operator=(), and Parser().
|
static |
Parse the DEX file from the file path given in parameter.
|
static |