7 #ifndef FILEINFO_FILE_WRAPPER_ELF_WRAPPER_H
8 #define FILEINFO_FILE_WRAPPER_ELF_WRAPPER_H
27 ELFIO::symbol_section_accessor*
getSymbolTable(
unsigned long long secIndex)
const;
28 ELFIO::relocation_section_accessor*
getRelocationTable(
unsigned long long secIndex)
const;
Definition: elf_wrapper.h:19
ELFIO::symbol_section_accessor * getSymbolTable(unsigned long long secIndex) const
Definition: elf_wrapper.cpp:58
ELFIO::segment * getFileSegment(unsigned long long segIndex) const
Definition: elf_wrapper.cpp:31
ElfWrapper(std::string pathToFile, retdec::fileformat::LoadFlags loadFlags)
Definition: elf_wrapper.cpp:19
ELFIO::relocation_section_accessor * getRelocationTable(unsigned long long secIndex) const
Definition: elf_wrapper.cpp:81
ELFIO::section * getFileSection(unsigned long long secIndex) const
Definition: elf_wrapper.cpp:43
Definition: archive_wrapper.h:19