Class which parse an VDEX file and transform into a VDEX::File object.  
 More...
#include <Parser.hpp>
 | 
| static std::unique_ptr< File >  | parse (const std::string &file) | 
| static std::unique_ptr< File >  | parse (const std::vector< uint8_t > &data, const std::string &name="") | 
Class which parse an VDEX file and transform into a VDEX::File object. 
 
◆ Parser()
  
  
      
        
          | LIEF::VDEX::Parser::Parser  | 
          ( | 
          const Parser & |           copy | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ operator=()
  
  
      
        
          | Parser & LIEF::VDEX::Parser::operator=  | 
          ( | 
          const Parser & |           copy | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ parse() [1/2]
  
  
      
        
          | std::unique_ptr< File > LIEF::VDEX::Parser::parse  | 
          ( | 
          const std::string & |           file | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ parse() [2/2]
  
  
      
        
          | 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: