LIEF: Library to Instrument Executable Formats Version 0.17.0
|
This is the complete list of members for LIEF::PE::Parser, including all inherited members.
add_non_resolved(ExceptionInfo &info, uint32_t target) | LIEF::PE::Parser | inline |
bin() const | LIEF::PE::Parser | inline |
bin() | LIEF::PE::Parser | inline |
config() const | LIEF::PE::Parser | inline |
find_coff_string(uint32_t offset) const | LIEF::PE::Parser | |
find_exception_info(uint32_t rva) const | LIEF::PE::Parser | inline |
is_valid_dll_name(const std::string &name) | LIEF::PE::Parser | static |
is_valid_import_name(const std::string &name) | LIEF::PE::Parser | static |
MAX_DATA_SIZE | LIEF::PE::Parser | static |
MAX_DLL_NAME_SIZE | LIEF::PE::Parser | static |
MAX_PADDING_SIZE | LIEF::PE::Parser | static |
MAX_TLS_CALLBACKS | LIEF::PE::Parser | static |
memoize(ExceptionInfo &info) | LIEF::PE::Parser | |
memoize(COFFString str) | LIEF::PE::Parser | |
operator=(const Parser ©)=delete | LIEF::PE::Parser | |
parse(const std::string &filename, const ParserConfig &conf=ParserConfig::default_conf()) | LIEF::PE::Parser | static |
parse(std::vector< uint8_t > data, const ParserConfig &conf=ParserConfig::default_conf()) | LIEF::PE::Parser | static |
parse(const uint8_t *buffer, size_t size, const ParserConfig &conf=ParserConfig::default_conf()) | LIEF::PE::Parser | static |
parse(std::unique_ptr< BinaryStream > stream, const ParserConfig &conf=ParserConfig::default_conf()) | LIEF::PE::Parser | static |
LIEF::Parser::parse(const std::string &filename) | LIEF::Parser | static |
LIEF::Parser::parse(const std::vector< uint8_t > &raw) | LIEF::Parser | static |
LIEF::Parser::parse(std::unique_ptr< BinaryStream > stream) | LIEF::Parser | static |
Parser(const Parser ©)=delete | LIEF::PE::Parser | |
record_delta_relocation(uint32_t rva, int64_t delta, size_t size) | LIEF::PE::Parser | |
record_relocation(uint32_t rva, span< const uint8_t > data) | LIEF::PE::Parser | |
stream() | LIEF::PE::Parser | inline |
stream_from_rva(uint32_t rva, size_t size=0) | LIEF::PE::Parser |