Releases: JetBrains/format-ripper
Releases · JetBrains/format-ripper
Published v1.2.2 for Java
Support netstandard2.0
Add netstandard2.0 because to minimize package dependency graph. See https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting
BouncyCastle upgrade to 2.4.0
Upgraded BouncyCastle 2.2.1 => 2.4.0
New features
1.1.1
2.1.0
Signature verification logging improvement
More verbose logging for signature verification errors
Minor warning fix
Removed unused variable that caused a warning message generation
DMG file parsing and signature verification
NP-1655:
- Added support for detecting and parsing DMG files to FormatRipper. FormatRipper also detects if a DMG file has a signature. Unpacking or accessing the contents is not supported.
- Currently only unencrypted DMGs are supported.
- Implemented signature verification of a DMG file with hash check. NOTE: The meaning of the special slot -6 (CSSLOT_REP_SPECIFIC) is unknown, so this hash slot isn't verified.
Implemented file integrity verification for Pe, Msi and Mach-O
2.1.0-preview.1 NP-1633 Created prerelease 2.1.0-preview.1 for FormatRipper and Signa…