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

◆ ToXmlString()

override string System.Security.Cryptography.RSA.ToXmlString ( bool includePrivateParameters)
inlinevirtualinherited

Reimplemented from System.Security.Cryptography.AsymmetricAlgorithm.

Definition at line 429 of file RSA.cs.

430 {
431 /*
432An exception occurred when decompiling this method (06001966)
433
434ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String System.Security.Cryptography.RSA::ToXmlString(System.Boolean)
435
436 ---> System.Exception: Basic block has to end with unconditional control flow.
437{
438 Block_0:
439 stloc:string(var_2_10, call:string(string::Concat, ldstr:string("<Modulus>"), ldloc:string(var_1), ldstr:string("</Modulus>")))
440 stloc:string(var_5_22, call:string(string::Concat, ldstr:string("<Exponent>"), ldloc:string(var_4), ldstr:string("</Exponent>")))
441 stloc:string(var_8_35, call:string(string::Concat, ldstr:string("<P>"), ldloc:string(var_7), ldstr:string("</P>")))
442 stloc:string(var_14_48, call:string(string::Concat, ldstr:string("<DP>"), ldloc:string(var_13), ldstr:string("</DP>")))
443 stloc:string(var_17_5B, call:string(string::Concat, ldstr:string("<DQ>"), ldloc:string(var_16), ldstr:string("</DQ>")))
444 stloc:string(var_20_6E, call:string(string::Concat, ldstr:string("<InverseQ>"), ldloc:string(var_19), ldstr:string("</InverseQ>")))
445 stloc:string(var_23_81, call:string(string::Concat, ldstr:string("<D>"), ldloc:string(var_22), ldstr:string("</D>")))
446}
447
448 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
449 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
450 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
451 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
452 --- End of inner exception stack trace ---
453 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
454 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
455*/;
456 }