Skip to content

Library for ELF / Mach-O / Fat-Mach-O / PE / Compound / MSI / DMG formats parsing and checking signatures

License

Notifications You must be signed in to change notification settings

JetBrains/format-ripper

Folders and files

NameName
Last commit message
Last commit date
Dec 23, 2024
Sep 28, 2023
Mar 28, 2025
Oct 9, 2024
Mar 28, 2025
Feb 14, 2022
Jan 19, 2022
Feb 14, 2022
Oct 27, 2021
Sep 4, 2024

Repository files navigation

JetBrains format-ripper official JetBrains project

Build and run tests

NuGet Version NuGet Version Maven Central Version

JetBrains format-ripper library is applicable for:

  • detect the type of software binaries
  • determine the origin of software binaries via verification the cryptographic signatures
  • determine the integrity of software binaries via computation and comparing the binaries hashes

Following types of software binaries files are supported:

  • Portable executable (PE)
  • MS Windows Installer (MSI)
  • MachO
  • Fat-MachO (Universal binaries)
  • Executable and linking format (ELF)
  • Apple disk image (DMG)

See further descriptions: