mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
[PR #2] [MERGED] Reorganization and Update #212
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SabreTools/BinaryObjectScanner/pull/2
Author: @mnadareski
Created: 10/1/2019
Status: ✅ Merged
Merged: 10/1/2019
Merged by: @mnadareski
Base:
master← Head:reorg📝 Commits (10+)
5500867Separate protections into their own classes5a2755dConsistent comments2938033Remove unused classc109aceUpdate nuspecca0d695Else-If causes some issues5ffaedcKeep path scanning on individual files, for nowfd86646Fix test program output4b1cae2Filename is no longer expected392f9daFix buildcfcb608Update all to 4.7.2📊 Changes
89 files changed (+3794 additions, -1310 deletions)
View changed files
📝
BurnOutSharp.sln(+7 -2)📝
BurnOutSharp/BurnOutSharp.csproj(+21 -60)📝
BurnOutSharp/BurnOutSharp.nuspec(+9 -5)➖
BurnOutSharp/CaseInsensitiveDictionary.cs(+0 -95)📝
BurnOutSharp/EVORE.cs(+21 -0)📝
BurnOutSharp/ProtectionFind.cs(+571 -1136)➕
BurnOutSharp/ProtectionType/AACS.cs(+33 -0)➕
BurnOutSharp/ProtectionType/ActiveMARK.cs(+20 -0)➕
BurnOutSharp/ProtectionType/Alcatraz.cs(+7 -0)➕
BurnOutSharp/ProtectionType/AlphaAudio.cs(+7 -0)➕
BurnOutSharp/ProtectionType/AlphaDVD.cs(+26 -0)➕
BurnOutSharp/ProtectionType/AlphaROM.cs(+13 -0)➕
BurnOutSharp/ProtectionType/Armadillo.cs(+14 -0)➕
BurnOutSharp/ProtectionType/Bitpool.cs(+26 -0)➕
BurnOutSharp/ProtectionType/ByteShield.cs(+32 -0)➕
BurnOutSharp/ProtectionType/CDCheck.cs(+14 -0)➕
BurnOutSharp/ProtectionType/CDCops.cs(+67 -0)➕
BurnOutSharp/ProtectionType/CDLock.cs(+38 -0)➕
BurnOutSharp/ProtectionType/CDProtector.cs(+37 -0)➕
BurnOutSharp/ProtectionType/CDSHiELDSE.cs(+13 -0)...and 69 more files
📄 Description
Separate protections into their own classes, start the framework for allowing both newer protections to be more easily added as well as parsing of streams. This also comes with a csproj update that builds .NET 4.6.2, .NET 4.7.2, and .NET Core 3.0 versions for packaging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.