MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (7)
69HashType hashType,
91public static HashType DefaultHashType => HashType.SHA256;
122HashType hashType = HashType.SHA256,
188public HashType HashType;
220public CodeDirectoryHeader(string identifier, uint codeSlotCount, uint specialCodeSlotCount, uint executableLength, byte hashSize, HashType hashType, ulong signatureStart, ulong execSegmentBase, ulong execSegmentLimit, ExecutableSegmentFlags execSegmentFlags)