terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
ASN1 (byte tag) | |
ASN1 (byte tag, byte[] data) | |
ASN1 (byte[] data) | |
bool | CompareValue (byte[] value) |
ASN1 | Add (ASN1 asn1) |
virtual byte[] | GetBytes () |
ASN1 | Element (int index, byte anTag) |
override string | ToString () |
ASN1 (byte tag) | |
ASN1 (byte tag, byte[] data) | |
ASN1 (byte[] data) | |
ASN1 | Add (ASN1 asn1) |
virtual byte[] | GetBytes () |
override string | ToString () |
Protected Member Functions | |
void | Decode (byte[] asn1, int anPos, int anLength) |
void | DecodeTLV (byte[] asn1, int pos, [Out] byte tag, [Out] int length, [Out] byte[] content) |
void | Decode (byte[] asn1, int anPos, int anLength) |
void | DecodeTLV (byte[] asn1, int pos, [Out] byte tag, [Out] int length, [Out] byte[] content) |
Properties | |
int | Count [get] |
byte | Tag [get] |
int | Length [get] |
byte[] | Value [get, set] |
ASN1 | this[int index] [get] |
Private Member Functions | |
bool | CompareArray (byte[] array1, byte[] array2) |
Private Attributes | |
byte | m_nTag |
byte[] | m_aValue |
ArrayList | elist |