|
LIEF: Library to Instrument Executable Formats Version 2.0.0
|
Class which parses a VDEX file and transforms it 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 (std::string_view file) |
| template<class PathT, enable_if_path_t< PathT > = 0> | |
| static std::unique_ptr< File > | parse (const PathT &file) |
| Same as parse(std::string_view) but the file is given as a std::filesystem::path. | |
| static std::unique_ptr< File > | parse (const std::vector< uint8_t > &data, std::string_view name="") |
Class which parses a VDEX file and transforms it into a VDEX::File object.
|
delete |
References Parser(), and LIEF::VDEX::version().
Referenced by operator=(), and Parser().
|
inlinestatic |
Same as parse(std::string_view) but the file is given as a std::filesystem::path.
References parse().
|
static |
|
static |
Referenced by parse().