getAllocatedSizeOfNtHeaders() const | retdec::fileformat::PeFormatParser | inline |
getCallbacks() const | retdec::fileformat::PeFormatParser | inline |
getChecksum() const | retdec::fileformat::PeFormatParser | inline |
getChecksumFileOffset() const | retdec::fileformat::PeFormatParser | inline |
getClrHeader() const | retdec::fileformat::PeFormatParser | inline |
getCoffSymbolTableOffset() const | retdec::fileformat::PeFormatParser | inline |
getDataDirectoryAbsolute(unsigned long long index, unsigned long long &absAddr, unsigned long long &size) const | retdec::fileformat::PeFormatParser | inline |
getDataDirectoryRelative(unsigned long long index, unsigned long long &relAddr, unsigned long long &size) const | retdec::fileformat::PeFormatParser | inline |
getDebugDirectoryOccupiedAddresses() const | retdec::fileformat::PeFormatParser | inline |
getDebugEntryData(unsigned long long index, std::vector< std::uint8_t > &data) const | retdec::fileformat::PeFormatParser | inline |
getDebugEntryPointerToRawData(unsigned long long index, unsigned long long &pointerToRawData) const | retdec::fileformat::PeFormatParser | inline |
getDebugEntryTimeDateStamp(unsigned long long index, unsigned long long &timeDateStamp) const | retdec::fileformat::PeFormatParser | inline |
getDeclaredNumberOfDataDirectories() const | retdec::fileformat::PeFormatParser | inline |
getDeclaredNumberOfSections() const | retdec::fileformat::PeFormatParser | inline |
getDelayImport(unsigned long long fileIndex, unsigned long long importIndex) const | retdec::fileformat::PeFormatParser | inline |
getDelayImportedLibraryFileName(unsigned long long index, std::string &fileName) const | retdec::fileformat::PeFormatParser | inline |
getDllFlags(unsigned long long &dllFlags) const | retdec::fileformat::PeFormatParser | inline |
getEpAddress(std::uint64_t &epAddress) const | retdec::fileformat::PeFormatParser | inline |
getEpOffset(std::uint64_t &epOffset) const | retdec::fileformat::PeFormatParser | inline |
getExportDirectoryOccupiedAddresses() const | retdec::fileformat::PeFormatParser | inline |
getExportedFunction(unsigned long long index, Export &exportedFunction) const | retdec::fileformat::PeFormatParser | inline |
getFileAlignment() const | retdec::fileformat::PeFormatParser | inline |
getFileFlags() const | retdec::fileformat::PeFormatParser | inline |
getImageBaseAddress() const | retdec::fileformat::PeFormatParser | inline |
getImageBitability() const | retdec::fileformat::PeFormatParser | inline |
getImport(unsigned long long fileIndex, unsigned long long importIndex) const | retdec::fileformat::PeFormatParser | inline |
getImportDirectoryOccupiedAddresses() const | retdec::fileformat::PeFormatParser | inline |
getImportedLibraryFileName(std::uint32_t index, std::string &fileName) const | retdec::fileformat::PeFormatParser | inline |
getLoadedSizeOfNtHeaders() const | retdec::fileformat::PeFormatParser | inline |
getMachineType() const | retdec::fileformat::PeFormatParser | inline |
getMajorLinkerVersion() const | retdec::fileformat::PeFormatParser | inline |
getMinorLinkerVersion() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfCoffSymbols() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfDebugEntries() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfDelayImportedLibraries() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfExportedFunctions() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfImportedLibraries() const | retdec::fileformat::PeFormatParser | inline |
getNumberOfRelocationData(std::uint32_t index) const | retdec::fileformat::PeFormatParser | inline |
getNumberOfRelocations() const | retdec::fileformat::PeFormatParser | inline |
getOptionalHeaderSize() const | retdec::fileformat::PeFormatParser | inline |
getPeHeaderOffset() const | retdec::fileformat::PeFormatParser | inline |
getPointerSize() const | retdec::fileformat::PeFormatParser | inline |
getResourceDirectoryOccupiedAddresses() const | retdec::fileformat::PeFormatParser | inline |
getResourceDirectoryOffset() const | retdec::fileformat::PeFormatParser | inline |
getResourceTreeRoot() const | retdec::fileformat::PeFormatParser | inline |
getSection(std::size_t secIndex, PeCoffSection §ion) const | retdec::fileformat::PeFormatParser | inline |
getSectionAlignment() const | retdec::fileformat::PeFormatParser | inline |
getSectionType(const PeLib::PELIB_SECTION_HEADER *pSectionHeader, PeCoffSection::Type &secType) const | retdec::fileformat::PeFormatParser | inline |
getSecurityDirFileOffset() const | retdec::fileformat::PeFormatParser | inline |
getSecurityDirRva() const | retdec::fileformat::PeFormatParser | inline |
getSecurityDirSize() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfHeaders() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfHeapCommit() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfHeapReserve() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfImage() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfPeSignature() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfStackCommit() const | retdec::fileformat::PeFormatParser | inline |
getSizeOfStackReserve() const | retdec::fileformat::PeFormatParser | inline |
getStoredNumberOfDataDirectories() const | retdec::fileformat::PeFormatParser | inline |
getStoredNumberOfSections() const | retdec::fileformat::PeFormatParser | inline |
getTimeStamp() const | retdec::fileformat::PeFormatParser | inline |
getTlsAddressOfCallBacks() const | retdec::fileformat::PeFormatParser | inline |
getTlsAddressOfIndex() const | retdec::fileformat::PeFormatParser | inline |
getTlsCharacteristics() const | retdec::fileformat::PeFormatParser | inline |
getTlsEndAddressOfRawData() const | retdec::fileformat::PeFormatParser | inline |
getTlsSizeOfZeroFill() const | retdec::fileformat::PeFormatParser | inline |
getTlsStartAddressOfRawData() const | retdec::fileformat::PeFormatParser | inline |
inputFile | retdec::fileformat::PeFormatParser | protected |
isDll() const | retdec::fileformat::PeFormatParser | inline |
isSizeOfHeaderMultipleOfFileAlignment() const | retdec::fileformat::PeFormatParser | inline |
peFile | retdec::fileformat::PeFormatParser | protected |
PeFormatParser(const FileFormat *fInputFile, PeLib::PeFileT *inputPeFile) | retdec::fileformat::PeFormatParser | inline |
~PeFormatParser()=default | retdec::fileformat::PeFormatParser | virtual |