Class used to parse a single binary (i.e. non-FAT)
More...
#include <BinaryParser.hpp>
Class used to parse a single binary (i.e. non-FAT)
- Warning
- This class should not be directly used.
- See also
- MachO::Parser
◆ BinaryParser()
LIEF::MachO::BinaryParser::BinaryParser |
( |
const BinaryParser & | copy | ) |
|
|
delete |
◆ ~BinaryParser()
LIEF::MachO::BinaryParser::~BinaryParser |
( |
| ) |
|
|
override |
◆ operator=()
◆ parse() [1/5]
static std::unique_ptr< Binary > LIEF::MachO::BinaryParser::parse |
( |
const std::string & | file | ) |
|
|
static |
◆ parse() [2/5]
static std::unique_ptr< Binary > LIEF::MachO::BinaryParser::parse |
( |
const std::string & | file, |
|
|
const ParserConfig & | conf ) |
|
static |
◆ parse() [3/5]
◆ parse() [4/5]
◆ parse() [5/5]
static std::unique_ptr< Binary > LIEF::MachO::BinaryParser::parse |
( |
std::unique_ptr< BinaryStream > | stream, |
|
|
uint64_t | fat_offset, |
|
|
const ParserConfig & | conf ) |
|
static |
The documentation for this class was generated from the following file: