retdec
retdec::fileformat::PeFormatParser Member List

This is the complete list of members for retdec::fileformat::PeFormatParser, including all inherited members.

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