AC7XorKey
Namespace: UAssetAPI
XOR key for decrypting a particular Ace Combat 7 asset.
public class AC7XorKey
Inheritance Object → AC7XorKey
Fields
NameKey
public int NameKey;
Offset
public int Offset;
pk1
public int pk1;
pk2
public int pk2;
Constructors
AC7XorKey(String)
Generates an encryption key for a particular asset on disk.
public AC7XorKey(string fname)
Parameters
fname
String
The name of the asset being encrypted on disk without the extension.
Methods
SkipCount(Int32)
public void SkipCount(int count)
Parameters
count
Int32