terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
SecureString () | |
unsafe | SecureString (char *value, int length) |
SecureString | Copy () |
void | Dispose () |
Package Functions | |
byte[] | GetBuffer () |
Properties | |
int | Length [get, set] |
Private Member Functions | |
void | Encrypt () |
void | Decrypt () |
unsafe void | Alloc (int length, bool realloc) |
Private Attributes | |
int | length |
bool | disposed |
byte[] | data |
Definition at line 10 of file SecureString.cs.