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

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

Detailed Description

Class which parse an VDEX file and transform into a VDEX::File object.

Constructor & Destructor Documentation

◆ Parser()

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

Member Function Documentation

◆ operator=()

Parser & LIEF::VDEX::Parser::operator= ( const Parser & copy)
delete

◆ parse() [1/2]

static std::unique_ptr< File > LIEF::VDEX::Parser::parse ( const std::string & file)
static

◆ parse() [2/2]

static std::unique_ptr< File > LIEF::VDEX::Parser::parse ( const std::vector< uint8_t > & data,
const std::string & name = "" )
static

The documentation for this class was generated from the following file: