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