|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
Class which parse an VDEX file and transform into a VDEX::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) |
| static std::unique_ptr< File > | parse (const std::vector< uint8_t > &data, const std::string &name="") |
Class which parse an VDEX file and transform into a VDEX::File object.
|
delete |
References Parser(), and LIEF::VDEX::version().
Referenced by operator=(), and Parser().
|
static |
|
static |