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
NetworkStreamExtensions.cs
Go to the documentation of this file.
1using System;
5using Telepathy;
6using UnityEngine;
7
8[global::Cpp2ILInjected.Token(Token = "0x200030F")]
9public static class NetworkStreamExtensions
10{
11 [global::Cpp2ILInjected.Token(Token = "0x6001256")]
12 [global::Cpp2ILInjected.Address(RVA = "0xA77908", Offset = "0xA77908", Length = "0x90")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NetworkStreamExtensions), Member = "ReadExactly", MemberParameters = new object[]
15 {
17 typeof(byte[]),
18 typeof(int)
19 }, ReturnType = typeof(bool))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
22 public static int ReadSafely(this NetworkStream stream, byte[] buffer, int offset, int size)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6001257")]
28 [global::Cpp2ILInjected.Address(RVA = "0xA77998", Offset = "0xA77998", Length = "0xC4")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Common), Member = "ReadMessageBlocking", MemberParameters = new object[]
31 {
33 typeof(int),
34 typeof(ref byte[])
35 }, ReturnType = typeof(bool))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkStreamExtensions), Member = "ReadSafely", MemberParameters = new object[]
38 {
40 typeof(byte[]),
41 typeof(int),
42 typeof(int)
43 }, ReturnType = typeof(int))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "LogError", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
46 public static bool ReadExactly(this NetworkStream stream, byte[] buffer, int amount)
47 {
48 throw null;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static int ReadSafely(this NetworkStream stream, byte[] buffer, int offset, int size)
static bool ReadExactly(this NetworkStream stream, byte[] buffer, int amount)