mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
Add a couple of constants from UnshieldSharp
This commit is contained in:
@@ -8,10 +8,14 @@ namespace SabreTools.Models.InstallShieldCabinet
|
||||
|
||||
public const uint SignatureUInt32 = 0x28635349;
|
||||
|
||||
public const string HEADER_SUFFIX = "hdr";
|
||||
|
||||
public const string CABINET_SUFFIX = "cab";
|
||||
|
||||
public const int COMMON_HEADER_SIZE = 20;
|
||||
|
||||
public const int VOLUME_HEADER_SIZE_V5 = 40;
|
||||
|
||||
|
||||
public const int VOLUME_HEADER_SIZE_V6 = 64;
|
||||
|
||||
// TODO: Determine how the value "71" was chosen here
|
||||
|
||||
Reference in New Issue
Block a user