C# Class CSPspEmu.Hle.Formats.EncryptedPrx.TAG_INFO

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
code int
codeExtra byte
key byte[]
tag uint

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

code public_oe property

code for scramble
public int code
Résultat int

codeExtra public_oe property

code extra for scramble
public byte codeExtra
Résultat byte

key public_oe property

144 bytes keys
public byte[] key
Résultat byte[]

tag public_oe property

4 byte value at offset 0xD0 in the PRX file
public uint tag
Résultat uint