terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CipherSuitesCallback.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x02000271 RID: 625
8 [Obsolete("This API is no longer supported.")]
10 {
11 // Token: 0x06001125 RID: 4389 RVA: 0x0003591C File Offset: 0x00033B1C
12 public CipherSuitesCallback(object @object, IntPtr method)
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x06001126 RID: 4390 RVA: 0x00035960 File Offset: 0x00033B60
22 {
23 /*
24An exception occurred when decompiling this method (06001126)
25
26ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerable`1<System.String> System.Net.CipherSuitesCallback::Invoke(System.Net.SecurityProtocolType,System.Collections.Generic.IEnumerable`1<System.String>)
27
28 ---> System.Exception: Basic block has to end with unconditional control flow.
29{
30 Block_0:
31 stloc:native int(var_0_06, ldfld:native int(Delegate::method_code, ldloc:CipherSuitesCallback[exp:Delegate](this)))
32 stloc:native int(var_1_0D, ldfld:native int(Delegate::invoke_impl, ldloc:CipherSuitesCallback[exp:Delegate](this)))
33 stloc:native int(var_2_14, ldfld:native int(Delegate::method, ldloc:CipherSuitesCallback[exp:Delegate](this)))
34}
35
36 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
37 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
38 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
39 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
40 --- End of inner exception stack trace ---
41 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
42 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
43*/;
44 }
45
46 // Token: 0x06001127 RID: 4391 RVA: 0x00002050 File Offset: 0x00000250
48 {
49 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x06001128 RID: 4392 RVA: 0x00002050 File Offset: 0x00000250
54 {
55 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
56 }
57 }
58}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(SecurityProtocolType protocol, IEnumerable< string > allCiphers, AsyncCallback callback, object @object)
IEnumerable< string > Invoke(SecurityProtocolType protocol, IEnumerable< string > allCiphers)
IEnumerable< string > EndInvoke(IAsyncResult result)
CipherSuitesCallback(object @object, IntPtr method)