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
Loading...
Searching...
No Matches
Locale.cs
Go to the documentation of this file.
1using System;
5using Mono.Security;
10
11[global::Cpp2ILInjected.Token(Token = "0x2000002")]
12internal sealed class Locale
13{
14 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1A781E8", Offset = "0x1A781E8", Length = "0x4")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509Extension), Member = ".ctor", MemberParameters = new object[] { typeof(ASN1) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509Extension), Member = ".ctor", MemberParameters = new object[] { typeof(X509Extension) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X520.AttributeTypeAndValue), Member = "set_Value", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MessageBase), Member = "Decode", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ARC4Managed), Member = "CheckInput", MemberParameters = new object[]
21 {
22 typeof(byte[]),
23 typeof(int),
24 typeof(int)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ARC4Managed), Member = "TransformBlock", MemberParameters = new object[]
27 {
28 typeof(byte[]),
29 typeof(int),
30 typeof(int),
31 typeof(byte[]),
32 typeof(int)
33 }, ReturnType = typeof(int))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAManaged), Member = "get_KeySize", ReturnType = typeof(int))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAManaged), Member = "DecryptValue", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(byte[]))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAManaged), Member = "ExportParameters", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(RSAParameters))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAManaged), Member = "ImportParameters", MemberParameters = new object[] { typeof(RSAParameters) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AuthenticodeBase), Member = "ProcessFirstBlock", ReturnType = typeof(int))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PrivateKey), Member = ".ctor", MemberParameters = new object[]
40 {
41 typeof(byte[]),
42 typeof(string)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
45 public static string GetText(string msg)
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1A781EC", Offset = "0x1A781EC", Length = "0x8")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PKCS12), Member = "set_MaximumPasswordLength", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AuthenticodeBase), Member = "ReadFirstBlock", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
56 {
57 typeof(string),
58 typeof(object[])
59 }, ReturnType = typeof(string))]
60 public static string GetText(string fmt, params object[] args)
61 {
62 throw null;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:45
static string GetText(string fmt, params object[] args)
Definition Locale.cs:60