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

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
code 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 byte code
Résultat byte

key public_oe property

16 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