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

◆ ComputeBaseValue()

byte[] System.Security.Cryptography.PasswordDeriveBytes.ComputeBaseValue ( )
inlineprivate

Definition at line 216 of file PasswordDeriveBytes.cs.

217 {
218 /*
219An exception occurred when decompiling this method (060018F7)
220
221ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Byte[] System.Security.Cryptography.PasswordDeriveBytes::ComputeBaseValue()
222
223 ---> System.Exception: Basic block has to end with unconditional control flow.
224{
225 IL_0025:
226 stloc:HashAlgorithm(var_6_2B, ldfld:HashAlgorithm(PasswordDeriveBytes::_hash, ldloc:PasswordDeriveBytes(this)))
227 stloc:HashAlgorithm(var_8_33, ldfld:HashAlgorithm(PasswordDeriveBytes::_hash, ldloc:PasswordDeriveBytes(this)))
228 stloc:HashAlgorithm(var_9_3B, ldfld:HashAlgorithm(PasswordDeriveBytes::_hash, ldloc:PasswordDeriveBytes(this)))
229 stfld:uint8[](PasswordDeriveBytes::_baseValue, ldloc:PasswordDeriveBytes(this), ldloc:HashAlgorithm[exp:uint8[]](var_8_33))
230 stloc:int32(var_10_4B, ldfld:int32(PasswordDeriveBytes::_iterations, ldloc:PasswordDeriveBytes(this)))
231 stloc:uint8[](var_11_53, ldfld:uint8[](PasswordDeriveBytes::_baseValue, ldloc:PasswordDeriveBytes(this)))
232 stloc:uint8[](var_13_65, call:uint8[](HashAlgorithm::ComputeHash, ldfld:HashAlgorithm(PasswordDeriveBytes::_hash, ldloc:PasswordDeriveBytes(this)), ldloc:uint8[](var_11_53)))
233 stloc:HashAlgorithm(var_14_6D, ldfld:HashAlgorithm(PasswordDeriveBytes::_hash, ldloc:PasswordDeriveBytes(this)))
234 stloc:int32(var_15_75, ldfld:int32(PasswordDeriveBytes::_iterations, ldloc:PasswordDeriveBytes(this)))
235 stfld:uint8[](PasswordDeriveBytes::_baseValue, ldloc:PasswordDeriveBytes(this), ldloc:HashAlgorithm[exp:uint8[]](var_14_6D))
236}
237
238 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
239 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
240 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
241 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
242 --- End of inner exception stack trace ---
243 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
244 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
245*/;
246 }