Skip to content

BurnOutSharp 2.5.0

Compare
Choose a tag to compare
@mnadareski mnadareski released this 12 Dec 22:22
· 915 commits to master since this release

This is a major update to the 2.3.* releases:

  • Proper .NET 6.0 support added (some external dependencies are not supported)
  • psxt001z has been split into its own library
  • File type determination has been converted into a set of methods
  • Radically new library structure created
    • Separate libraries for matching, executable models, builders, and wrappers
    • Replaces poorly-implemented executable code
    • Matching includes Stream implementations
    • All executable checks use new framework
    • Many checks have changed how and what they search for as a result
  • Numerous new protections and checks have been added (TheRogueArchivist)
  • Many investigative notes have been added (TheRogueArchivist)
  • Test executable gained the ability to print executable information