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
CryptographicOperations.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20002BC")]
9 public static class CryptographicOperations
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60017AF")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1AF6930", Offset = "0x1AF6930", Length = "0x220")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
16 [MethodImpl(72)]
17 public static bool FixedTimeEquals(global::System.ReadOnlySpan<byte> left, global::System.ReadOnlySpan<byte> right)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x60017B0")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1AF6B50", Offset = "0x1AF6B50", Length = "0x68")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.CryptoStream.<ReadAsyncCore>d__42", Member = "MoveNext", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 [MethodImpl(72)]
28 public static void ZeroMemory(global::System.Span<byte> buffer)
29 {
30 throw null;
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
static void ZeroMemory(global::System.Span< byte > buffer)
static bool FixedTimeEquals(global::System.ReadOnlySpan< byte > left, global::System.ReadOnlySpan< byte > right)