jar

com.github.katjahahn : portex_2.12

Maven & Gradle

Aug 20, 2023
487 stars

PortEx · Java library to parse Portable Executable files

Table Of Contents

Latest Version

Download com.github.katjahahn : portex_2.12 JAR file - Latest Versions:

All Versions

Download com.github.katjahahn : portex_2.12 JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window portex_2.12-4.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.katjahahn.parser.sections.debug

├─ com.github.katjahahn.parser.sections.debug.CodeviewInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.DebugDirectoryEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.DebugDirectoryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.DebugSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.DebugType.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.ReproHashCalculator.class - [JAR]

├─ com.github.katjahahn.parser.sections.debug.ReproInfo.class - [JAR]

com.github.katjahahn.tools

├─ com.github.katjahahn.tools.AnomalyProb.class - [JAR]

├─ com.github.katjahahn.tools.ChecksumVerifier.class - [JAR]

├─ com.github.katjahahn.tools.ChiSquared.class - [JAR]

├─ com.github.katjahahn.tools.DiffReportCreator.class - [JAR]

├─ com.github.katjahahn.tools.FileScoring.class - [JAR]

├─ com.github.katjahahn.tools.Hasher.class - [JAR]

├─ com.github.katjahahn.tools.IconMatcher.class - [JAR]

├─ com.github.katjahahn.tools.ImpHash.class - [JAR]

├─ com.github.katjahahn.tools.Overlay.class - [JAR]

├─ com.github.katjahahn.tools.PEAutoRepair.class - [JAR]

├─ com.github.katjahahn.tools.PEFileDumper.class - [JAR]

├─ com.github.katjahahn.tools.PortExAnalyzer.class - [JAR]

├─ com.github.katjahahn.tools.ReportCreator.class - [JAR]

├─ com.github.katjahahn.tools.ShannonEntropy.class - [JAR]

├─ com.github.katjahahn.tools.StringExtractor.class - [JAR]

com.github.katjahahn.parser.sections.pdata

├─ com.github.katjahahn.parser.sections.pdata.ExceptionEntryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.pdata.ExceptionSection.class - [JAR]

com.github.katjahahn.parser.sections.rsrc.version

├─ com.github.katjahahn.parser.sections.rsrc.version.DrvFileSubtype.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.EmptyVersionInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.FileInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.FileOS.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.FileSubtype.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.FileType.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.FontFileSubtype.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.StringFileInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.StringTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.UndefinedSubtype.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.Var.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.VarFileInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.VersionInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.VersionString.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.VsFixedFileInfo.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.version.VsVersionInfo.class - [JAR]

com.github.katjahahn.tools.sigscanner

├─ com.github.katjahahn.tools.sigscanner.FileTypeScanner.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.Jar2ExeScanner.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.Leaf.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.MatchedSignature.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.Node.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.Signature.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.SignatureScanner.class - [JAR]

├─ com.github.katjahahn.tools.sigscanner.SignatureTree.class - [JAR]

com.github.katjahahn.parser.sections

├─ com.github.katjahahn.parser.sections.PESection.class - [JAR]

├─ com.github.katjahahn.parser.sections.SectionCharacteristic.class - [JAR]

├─ com.github.katjahahn.parser.sections.SectionHeader.class - [JAR]

├─ com.github.katjahahn.parser.sections.SectionHeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.SectionLoader.class - [JAR]

├─ com.github.katjahahn.parser.sections.SectionTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.SpecialSection.class - [JAR]

com.github.katjahahn.parser.msdos

├─ com.github.katjahahn.parser.msdos.MSDOSHeader.class - [JAR]

├─ com.github.katjahahn.parser.msdos.MSDOSHeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.msdos.MSDOSLoadModule.class - [JAR]

com.github.katjahahn.parser.sections.rsrc.icon

├─ com.github.katjahahn.parser.sections.rsrc.icon.GroupIconDir.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.GroupIconDirEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.GroupIconResource.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.IcoFile.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.IconDir.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.IconDirEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.icon.IconParser.class - [JAR]

com.github.katjahahn.tools.anomalies

├─ com.github.katjahahn.tools.anomalies.Anomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.AnomalyScanner.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.AnomalySubType.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.AnomalyType.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.COFFHeaderScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ClrScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ClrStreamAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.DataDirAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ExportSectionScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.FieldAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.FieldOrStructureKey.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ImportAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ImportSectionScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.MSDOSHeaderScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.OptionalHeaderScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.PEAnomalyScanner.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.PEStructureKey.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ResourceAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.ResourceSectionScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.RichHeaderAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.RichHeaderScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.SectionAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.SectionNameAnomaly.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.SectionTableScanning.class - [JAR]

├─ com.github.katjahahn.tools.anomalies.StructureAnomaly.class - [JAR]

com.github.katjahahn.parser.sections.clr

├─ com.github.katjahahn.parser.sections.clr.CLIHeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRCodedIndexField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRFlagField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRGuidField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRLongField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRStringField.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRTableEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRTableKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRTableMeta.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CLRTableType.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.CodedTokenIndex.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.ComImageFlag.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.GuidHeap.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.GuidIndex.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.MetadataRoot.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.MetadataRootKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.NIndex.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.NIndexable.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.OptimizedStream.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.OptimizedStreamKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.StreamHeader.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.StringIndex.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.StringsHeap.class - [JAR]

├─ com.github.katjahahn.parser.sections.clr.TagType.class - [JAR]

com.github.katjahahn.parser

├─ com.github.katjahahn.parser.ByteArrayUtil.class - [JAR]

├─ com.github.katjahahn.parser.Characteristic.class - [JAR]

├─ com.github.katjahahn.parser.FileFormatException.class - [JAR]

├─ com.github.katjahahn.parser.FlagUtil.class - [JAR]

├─ com.github.katjahahn.parser.Header.class - [JAR]

├─ com.github.katjahahn.parser.HeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.IOUtil.class - [JAR]

├─ com.github.katjahahn.parser.Location.class - [JAR]

├─ com.github.katjahahn.parser.Mapping.class - [JAR]

├─ com.github.katjahahn.parser.MemoryMappedPE.class - [JAR]

├─ com.github.katjahahn.parser.PEData.class - [JAR]

├─ com.github.katjahahn.parser.PELoader.class - [JAR]

├─ com.github.katjahahn.parser.PEModule.class - [JAR]

├─ com.github.katjahahn.parser.PESignature.class - [JAR]

├─ com.github.katjahahn.parser.PhysRange.class - [JAR]

├─ com.github.katjahahn.parser.PhysicalLocation.class - [JAR]

├─ com.github.katjahahn.parser.Range.class - [JAR]

├─ com.github.katjahahn.parser.RichHeader.class - [JAR]

├─ com.github.katjahahn.parser.ScalaIOUtil.class - [JAR]

├─ com.github.katjahahn.parser.StandardField.class - [JAR]

├─ com.github.katjahahn.parser.VirtRange.class - [JAR]

├─ com.github.katjahahn.parser.VirtualLocation.class - [JAR]

com.github.katjahahn.parser.optheader

├─ com.github.katjahahn.parser.optheader.DataDirEntry.class - [JAR]

├─ com.github.katjahahn.parser.optheader.DataDirectoryKey.class - [JAR]

├─ com.github.katjahahn.parser.optheader.DllCharacteristic.class - [JAR]

├─ com.github.katjahahn.parser.optheader.OptionalHeader.class - [JAR]

├─ com.github.katjahahn.parser.optheader.OptionalHeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.optheader.StandardFieldEntryKey.class - [JAR]

├─ com.github.katjahahn.parser.optheader.Subsystem.class - [JAR]

├─ com.github.katjahahn.parser.optheader.WindowsEntryKey.class - [JAR]

com.github.katjahahn.parser.sections.reloc

├─ com.github.katjahahn.parser.sections.reloc.BaseRelocBlock.class - [JAR]

├─ com.github.katjahahn.parser.sections.reloc.BlockEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.reloc.RelocType.class - [JAR]

├─ com.github.katjahahn.parser.sections.reloc.RelocationSection.class - [JAR]

com.github.katjahahn.parser.coffheader

├─ com.github.katjahahn.parser.coffheader.COFFFileHeader.class - [JAR]

├─ com.github.katjahahn.parser.coffheader.COFFHeaderKey.class - [JAR]

├─ com.github.katjahahn.parser.coffheader.FileCharacteristic.class - [JAR]

├─ com.github.katjahahn.parser.coffheader.MachineType.class - [JAR]

com.github.katjahahn.parser.sections.rsrc

├─ com.github.katjahahn.parser.sections.rsrc.DataEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ID.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.IDOrName.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.Level.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.Name.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.Resource.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceDataEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceDataEntryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceDirectory.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceDirectoryEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceDirectoryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceLoopChecker.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceLoopException.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.ResourceSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.rsrc.SubDirEntry.class - [JAR]

com.github.katjahahn.parser.sections.idata

├─ com.github.katjahahn.parser.sections.idata.BoundImportSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.DelayLoadDirectoryEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.DelayLoadDirectoryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.DelayLoadSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.DirectoryEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.DirectoryEntryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.FailureEntryException.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.Import.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.ImportDLL.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.ImportSection.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.LookupTableEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.NameEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.NameImport.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.NullEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.OrdinalEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.OrdinalImport.class - [JAR]

├─ com.github.katjahahn.parser.sections.idata.SymbolDescription.class - [JAR]

com.github.katjahahn.parser.sections.edata

├─ com.github.katjahahn.parser.sections.edata.ExportAddressTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportDirectory.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportDirectoryKey.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportNameEntry.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportNamePointerTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportOrdinalTable.class - [JAR]

├─ com.github.katjahahn.parser.sections.edata.ExportSection.class - [JAR]

com.github.katjahahn.tools.visualizer

├─ com.github.katjahahn.tools.visualizer.ColorableItem.class - [JAR]

├─ com.github.katjahahn.tools.visualizer.ImageUtil.class - [JAR]

├─ com.github.katjahahn.tools.visualizer.Visualizer.class - [JAR]

├─ com.github.katjahahn.tools.visualizer.VisualizerBuilder.class - [JAR]

Advertisement