The OpenD Programming Language

encryption_info_command

The encryption_info_command contains the file offset and size of an of an encrypted segment.

version(CoreDdoc)
struct encryption_info_command {}

Members

Variables

cmd
uint cmd;

LC_ENCRYPTION_INFO.

cmdsize
uint cmdsize;

Sizeof(struct encryption_info_command).

cryptid
uint cryptid;

Which encryption system, 0 means not-encrypted yet.

cryptoff
uint cryptoff;

File offset of encrypted range.

cryptsize
uint cryptsize;

File size of encrypted range.

Meta