Releases: SabreTools/BinaryObjectScanner
Releases · SabreTools/BinaryObjectScanner
v3.1.4
v3.1.3
What's Changed
- Add FlexLM detection by @TheRogueArchivist in #289
- Significantly update Rainbow Sentinel detections and notes by @TheRogueArchivist in #290
Full Changelog: 3.1.2...3.1.3
v3.1.2
FIXES A BREAKING CHANGE WITH MACROVISION SCANS
Full Changelog: 3.1.1...3.1.2
v3.1.1
What's Changed
- Move CopyKiller comments to DRML by @TheRogueArchivist in #285
- Remove DBB Skeleton by @TheRogueArchivist in #286
Full Changelog: 3.1.0...3.1.1
v3.1.0
Re-add MS-CAB scanning for x86 Windows, plus a bunch of other stuff below
What's Changed
- Add SafeDisc Splash-Screen detection and notes by @TheRogueArchivist in #269
- Add additional SafeDisc for Mac detections and notes by @TheRogueArchivist in #271
- Add small note about ProtectDISC using CSS by @TheRogueArchivist in #272
- Update known versions for the first SafeDisc splash-screen by @TheRogueArchivist in #274
- Improve CrypKey detection by @TheRogueArchivist in #275
- Update CopyKiller detection and notes (WIP) by @TheRogueArchivist in #277
- Add CD-X notes by @TheRogueArchivist in #278
- Add new Denuvo Anti-Cheat detections by @TheRogueArchivist in #279
- Fix Hexalock false positive by @TheRogueArchivist in #281
- Add more empty file checks for SafeDisc by @TheRogueArchivist in #283
- Remove GetVersionFromSHA1Hash from SafeDisc by @TheRogueArchivist in #284
Full Changelog: 3.0.2...3.1.0
v3.0.2
Support back to .NET Framework 2.0.
Full Changelog: 3.0.1...3.0.2
v3.0.1
Full Changelog: 3.0.0...3.0.1
v3.0.0
.NET support back to .NET Framework 4.0 and up to .NET 8.
BurnOutSharp 2.9.0
This is a major update to the 2.8.* releases and contains breaking changes:
- Finish migrating namespaces from
BurnOutSharptoBinaryObjectScanner. THIS IS A BREAKING CHANGE - Move large portions of the support code to separate
SabreTools.*libraries. THIS IS A BREAKING CHANGE - Combined all remaining namespaces into a single library
- Very large amounts of nullability support and fixes related to those changes
- Various additions and fixes to protections and packers
- Normalization of packing and distribution based on the MPF model
BurnOutSharp 2.8.0
This is a major update to the 2.7.* releases and contains breaking changes:
- Add .NET 7 support
- Large push toward making Macrovision protections more correct
- Start migrating namespaces from
BurnOutSharptoBinaryObjectScanner. THIS IS A BREAKING CHANGE - Add DRML links in place of overly-verbose comments
- Migrate to new
IExtractableandIDetectableinterfaces - Separated out different types of scanners to their own libraries. THIS IS A BREAKING CHANGE
- Add MS-DOS executable scanning support
- Various additions and fixes to protections and packers
- MS-CAB extraction disabled on all platforms. THIS IS A BREAKING CHANGE
- This had to be done due to a lack of time to fix the C# port of the code used