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
PrimeGeneratorBase.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000069")]
8 public abstract class PrimeGeneratorBase
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x170000C1")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60002F3")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1AA8B58", Offset = "0x1AA8B58", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x170000C2")]
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x60002F4")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1AA8B60", Offset = "0x1AA8B60", Length = "0x6C")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PrimalityTest), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(object),
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
34 get
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x170000C3")]
41 public virtual int TrialDivisionBounds
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x60002F5")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1AA8BCC", Offset = "0x1AA8BCC", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 get
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x60002F6")]
53 public abstract BigInteger GenerateNewPrime(int bits);
54
55 [global::Cpp2ILInjected.Token(Token = "0x60002F7")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1AA8BD4", Offset = "0x1AA8BD4", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
60 {
61 throw null;
62 }
63 }
64}
class f__AnonymousType0<< Count > j__TPar