# format-ripper **Repository Path**: mirrors_JetBrains/format-ripper ## Basic Information - **Project Name**: format-ripper - **Description**: Library for ELF / Mach-O / Fat-Mach-O / PE / Compound / MSI / DMG formats parsing and checking signatures - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JetBrains format-ripper [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Build and run tests](https://github.com/JetBrains/format-ripper/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/JetBrains/format-ripper/actions/workflows/build-and-test.yml) [![NuGet Version](https://img.shields.io/nuget/v/JetBrains.FormatRipper?label=JetBrains.FormatRipper)](https://www.nuget.org/packages/JetBrains.FormatRipper) [![NuGet Version](https://img.shields.io/nuget/v/JetBrains.SignatureVerifier?label=JetBrains.SignatureVerifier)](https://www.nuget.org/packages/JetBrains.SignatureVerifier) [![Maven Central Version](https://img.shields.io/maven-central/v/com.jetbrains.format-ripper/format-ripper?label=format-ripper)](https://mvnrepository.com/artifact/com.jetbrains.format-ripper) 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: - .NET https://github.com/JetBrains/format-ripper/tree/master/net#readme - Java https://github.com/JetBrains/format-ripper/tree/master/jvm#readme