7 #ifndef FILEINFO_FILE_WRAPPER_PE_PE_WRAPPER_H
8 #define FILEINFO_FILE_WRAPPER_PE_PE_WRAPPER_H
unsigned int getBits() const
Definition: PeFile.h:181
Definition: data_directory.h:22
Definition: file_section.h:23
Definition: pe_wrapper.h:23
bool getDataDirectory(unsigned long long dirIndex, DataDirectory &directory) const
Definition: pe_wrapper.cpp:138
std::string getTypeOfFile() const
Definition: pe_wrapper.cpp:108
PeWrapper(const std::string &pathToFile, const std::string &dllListFile, retdec::fileformat::LoadFlags loadFlags)
Definition: pe_wrapper.cpp:97
bool getCoffSymbol(unsigned long long index, Symbol &symbol) const
Definition: pe_wrapper.cpp:211
std::uint32_t getBits()
Definition: pe_wrapper.h:27
bool getFileSection(unsigned long long secIndex, FileSection §ion) const
Definition: pe_wrapper.cpp:160
std::string getPeType() const
Definition: pe_wrapper.cpp:117
Class for data directory.
Definition: archive_wrapper.h:19