Skip to content

Releases: JetBrains/format-ripper

Java version v1.2.0: Mach-O and PE parsing OOM fix

18 Sep 12:48

Choose a tag to compare

Calculating hashes for Mach-O and PE files no longer loads the entire file into memory, but uses a 1MB buffer instead.

Update the list of valid CA

15 Sep 09:38
6f914fb

Choose a tag to compare

The only JetBrains.SignatureVerifier was updated.

2.4.0

10 Apr 12:54
13fb49e

Choose a tag to compare

  • Updated BouncyCastle 2.4.0 => 2.5.1
  • Added the Signature Extractor Utility: a command-line tool designed to work with Mach-O, Dmg, and PE file formats. It can both extract a signature from a signed application and apply an existing signature to an application.

[dotnet] Added support for detecting & parsing ELF relocatable object and

28 Mar 14:42

Choose a tag to compare

Added support for detecting and parsing ELF relocatable objects and ELF core dump files.
Fixed #53

Published v1.1.2 for Java

09 Oct 16:40
c21f02c

Choose a tag to compare

jvm-1.1.2

Rewrite publishing to Maven Central.

Support netstandard2.0

06 Sep 11:17
93d384b

Choose a tag to compare

BouncyCastle upgrade to 2.4.0

14 Jun 09:46

Choose a tag to compare

Upgraded BouncyCastle 2.2.1 => 2.4.0

New features

08 Apr 10:48

Choose a tag to compare

1.1.1

01 Feb 09:46
1bc13ea

Choose a tag to compare

Added Entrust Root Certification Authority - G2

2.1.0

26 Jan 13:35
6e64a74

Choose a tag to compare

  • Switch tests to .NET 8.0
  • Remove FluentAssertions
  • Redesign Mach-O hashsum calculation
  • Added DMG support
  • Added FreeBSD x64 tests for .NET/Java
  • Added Linux ppc64le tests for Java