LIEF: Library to Instrument Executable Formats Version 0.15.1
Loading...
Searching...
No Matches
LIEF::ART::Parser Class Reference

Class which parses an ART file and transform into a ART::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)
 
static std::unique_ptr< Fileparse (std::vector< uint8_t > data, const std::string &name="")
 

Detailed Description

Class which parses an ART file and transform into a ART::File object.

Constructor & Destructor Documentation

◆ Parser()

LIEF::ART::Parser::Parser ( const Parser & copy)
delete

Member Function Documentation

◆ 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: