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
SequentialSearchPrimeGeneratorBase.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200006A")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60002F8")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1AA8BDC", Offset = "0x1AA8BDC", Length = "0x70")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BigInteger), Member = "GenerateRandom", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(BigInteger))]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
15 protected virtual BigInteger GenerateSearchBase(int bits, object context)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60002F9")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1AA8C4C", Offset = "0x1AA8C4C", Length = "0x10")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 public override BigInteger GenerateNewPrime(int bits)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x60002FA")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1AA8C5C", Offset = "0x1AA8C5C", Length = "0x338")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BigInteger), Member = "Incr2", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
35 public virtual BigInteger GenerateNewPrime(int bits, object context)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60002FB")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1AA8F94", Offset = "0x1AA8F94", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 protected virtual bool IsPrimeAcceptable(BigInteger bi, object context)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x60002FC")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1AA7998", Offset = "0x1AA7998", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
53 {
54 throw null;
55 }
56 }
57}
class f__AnonymousType0<< Count > j__TPar