Class which parses an ART file and transform into a ART::File object.
More...
#include <Parser.hpp>
|
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="") |
|
Class which parses an ART file and transform into a ART::File object.
◆ Parser()
LIEF::ART::Parser::Parser |
( |
const Parser & | copy | ) |
|
|
delete |
◆ operator=()
Parser & LIEF::ART::Parser::operator= |
( |
const Parser & | copy | ) |
|
|
delete |
◆ parse() [1/2]
static std::unique_ptr< File > LIEF::ART::Parser::parse |
( |
const std::string & | file | ) |
|
|
static |
◆ parse() [2/2]
static std::unique_ptr< File > LIEF::ART::Parser::parse |
( |
std::vector< uint8_t > | data, |
|
|
const std::string & | name = "" ) |
|
static |
The documentation for this class was generated from the following file: