RageLib.GTA5.Cryptography.Helpers.CryptoIO - indilo53/gta-toolkit GitHub Wiki
namespace: RageLib.GTA5.Cryptography.Helpers
Inheritance Hierarchy
Syntax
public class CryptoIO
Constructors
:white_large_square: |
prototype |
description |
Properties
:white_large_square: |
name |
description |
Methods
:white_large_square: |
prototype |
description |
method |
[][] ReadNgKeys(byte[] data) |
__ |
method |
[][] ReadNgKeys(string fileName) |
__ |
method |
[][] ReadNgLuts(byte[] data) |
__ |
method |
[][] ReadNgLuts(string fileName) |
__ |
method |
[][][] ReadNgTables(byte[] data) |
__ |
method |
[][][] ReadNgTables(string fileName) |
__ |
method |
void WriteLuts(string fileName, GTA5NGLUT[][] lutData) |
__ |
method |
void WriteNgKeys(string fileName, byte[][] keys) |
__ |
method |
void WriteNgTables(string fileName, uint[][][] tableData) |
__ |
Events
:white_large_square: |
name |
description |