2023-03-07 16:59:14 -05:00
|
|
|
namespace BinaryObjectScanner.Models.GCF
|
2022-12-28 10:14:00 -08:00
|
|
|
{
|
|
|
|
|
public static class Constants
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The maximum data allowed in a 32 bit checksum.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public const int HL_GCF_CHECKSUM_LENGTH = 0x00008000;
|
|
|
|
|
}
|
|
|
|
|
}
|