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
Rand.cs
Go to the documentation of this file.
1using System;
5
6namespace Ionic.BZip2
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200003D")]
9 internal static class Rand
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600030B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1A6336C", Offset = "0x1A6336C", Length = "0x64")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BZip2Compressor), Member = "randomiseBlock", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BZip2InputStream), Member = "SetupRandPartA", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BZip2InputStream), Member = "SetupRandPartB", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 internal static int Rnums(int i)
19 {
20 throw null;
21 }
22
23 // Note: this type is marked as 'beforefieldinit'.
24 [global::Cpp2ILInjected.Token(Token = "0x600030C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1A6897C", Offset = "0x1A6897C", Length = "0x94")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
28 {
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
33 static Rand()
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x40001D2")]
39 private static int[] RNUMS;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static int Rnums(int i)
Definition Rand.cs:18
static Rand()
Definition Rand.cs:33
static int[] RNUMS
Definition Rand.cs:39