FileFlags

FILE specifies that an entry is a file. If not set it is a directory. MIXCRYPT specifies that the file is encrypted using the Mixcrypt algorithm. DES specifies that the first 0x14 bytes of the file are encrypted using the DESBroken algorithm.

Values

ValueMeaning
FILE0x1
MIXCRYPT0x2
DES0x4

Meta