Skip to content

Releases: SabreTools/BinaryObjectScanner

v3.1.4

02 Apr 21:08

Choose a tag to compare

What's Changed

Full Changelog: 3.1.3...3.1.4

v3.1.3

27 Mar 16:06

Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.1.3

v3.1.2

16 Mar 15:20

Choose a tag to compare

FIXES A BREAKING CHANGE WITH MACROVISION SCANS

Full Changelog: 3.1.1...3.1.2

v3.1.1

14 Mar 17:25

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

v3.1.0

26 Feb 17:21

Choose a tag to compare

Re-add MS-CAB scanning for x86 Windows, plus a bunch of other stuff below

What's Changed

Full Changelog: 3.0.2...3.1.0

v3.0.2

22 Nov 18:36

Choose a tag to compare

Support back to .NET Framework 2.0.

Full Changelog: 3.0.1...3.0.2

v3.0.1

20 Nov 17:25

Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

v3.0.0

14 Nov 21:22

Choose a tag to compare

.NET support back to .NET Framework 4.0 and up to .NET 8.

BurnOutSharp 2.9.0

26 Oct 04:48

Choose a tag to compare

This is a major update to the 2.8.* releases and contains breaking changes:

  • Finish migrating namespaces from BurnOutSharp to BinaryObjectScanner. 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

14 Jul 15:53

Choose a tag to compare

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 BurnOutSharp to BinaryObjectScanner. THIS IS A BREAKING CHANGE
  • Add DRML links in place of overly-verbose comments
  • Migrate to new IExtractable and IDetectable interfaces
  • 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