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

◆ GetHash()

byte[] Mono.Security.Authenticode.AuthenticodeBase.GetHash ( HashAlgorithm hash)
inlinepackageinherited

Definition at line 115 of file AuthenticodeBase.cs.

116 {
117 /*
118An exception occurred when decompiling this method (0600029E)
119
120ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Byte[] Mono.Security.Authenticode.AuthenticodeBase::GetHash(System.Security.Cryptography.HashAlgorithm)
121
122 ---> System.Exception: Basic block has to end with unconditional control flow.
123{
124 Block_0:
125 stloc:uint8[](var_43_17D, ldfld:uint8[](AuthenticodeBase::fileblock, ldloc:AuthenticodeBase(this)))
126 stloc:Stream(var_44_185, ldfld:Stream(AuthenticodeBase::fs, ldloc:AuthenticodeBase(this)))
127 stloc:uint8[](var_45_18D, ldfld:uint8[](AuthenticodeBase::fileblock, ldloc:AuthenticodeBase(this)))
128 stloc:uint8[](var_47_195, ldfld:uint8[](AuthenticodeBase::fileblock, ldloc:AuthenticodeBase(this)))
129 stloc:Stream(var_48_19D, ldfld:Stream(AuthenticodeBase::fs, ldloc:AuthenticodeBase(this)))
130 stloc:uint8[](var_49_1A5, ldfld:uint8[](AuthenticodeBase::fileblock, ldloc:AuthenticodeBase(this)))
131 stloc:int64(var_50_1A8, ldc.i4:int64(0))
132 stloc:int64(var_51_1AB, ldc.i4:int64(0))
133 stloc:int32(var_52_1BD, call:int32(HashAlgorithm::TransformBlock, ldloc:HashAlgorithm(hash), ldloc:uint8[](var_49_1A5), ldloc:int64[exp:int32](var_50_1A8), ldloc:int64[exp:int32](var_31_126), ldloc:uint8[](var_49_1A5), ldloc:int64[exp:int32](var_51_1AB)))
134}
135
136 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
137 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
138 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
139 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
140 --- End of inner exception stack trace ---
141 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
142 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
143*/;
144 }