mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-03 21:30:35 +00:00
[PR #1] [MERGED] Port Wrapper Functionality #26
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/SabreTools.Serialization/pull/1
Author: @mnadareski
Created: 9/16/2023
Status: ✅ Merged
Merged: 9/16/2023
Merged by: @mnadareski
Base:
main← Head:wrapper-test📝 Commits (5)
6aa4a3fAdd core Wrapper code as a testb450d3ePort all but printing and extraction644d1ecUpdate README with subsection9462a36Add all namespaces to README54e4911Bump version📊 Changes
33 files changed (+5703 additions, -70 deletions)
View changed files
➖
Extensions.CFB.cs(+0 -36)➖
Extensions.InstallShieldCabinet.cs(+0 -33)➕
Interfaces/IWrapper.cs(+17 -0)📝
README.MD(+20 -0)📝
SabreTools.Serialization.csproj(+1 -1)➕
Wrappers/AACSMediaKeyBlock.cs(+95 -0)➕
Wrappers/BDPlusSVM.cs(+95 -0)➕
Wrappers/BFPK.cs(+94 -0)➕
Wrappers/BSP.cs(+94 -0)➕
Wrappers/CFB.cs(+353 -0)➕
Wrappers/CIA.cs(+94 -0)➕
Wrappers/ConcreteInterfaceSerializer.cs(+82 -0)➕
Wrappers/Enums.cs(+23 -0)➕
Wrappers/GCF.cs(+280 -0)➕
Wrappers/InstallShieldCabinet.cs(+121 -0)➕
Wrappers/LinearExecutable.cs(+140 -0)➕
Wrappers/MSDOS.cs(+92 -0)➕
Wrappers/MicrosoftCabinet.cs(+175 -0)➕
Wrappers/N3DS.cs(+94 -0)➕
Wrappers/NCF.cs(+94 -0)...and 13 more files
📄 Description
Initial port of wrapper functionality from
BinaryObjectScanner. This excludes printing and extraction capabilities to limit the scope.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.