Add IS-CAB wrapper

This commit is contained in:
Matt Nadareski
2023-01-13 22:24:25 -08:00
parent 70468b72c3
commit fbe09d9082
3 changed files with 540 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
namespace BurnOutSharp.Models.InstallShieldCabinet
{
/// <see href="https://github.com/twogood/unshield/blob/main/lib/cabfile.h"/>
/// TODO: Should standard and high values be combined?
public sealed class VolumeHeader
{
public uint DataOffset;