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

◆ ProcessExtraFieldInfoZipTimes()

int Ionic.Zip.ZipEntry.ProcessExtraFieldInfoZipTimes ( byte[] buffer,
int j,
short dataSize,
long posn )
inlineprivate

Definition at line 1701 of file ZipEntry.cs.

1702 {
1703 /*
1704An exception occurred when decompiling this method (0600011F)
1705
1706ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 Ionic.Zip.ZipEntry::ProcessExtraFieldInfoZipTimes(System.Byte[],System.Int32,System.Int16,System.Int64)
1707
1708 ---> System.Exception: Basic block has to end with unconditional control flow.
1709{
1710 Block_0:
1711 stloc:int64(var_2_03, ldc.i4:int64(0))
1712 stfld:DateTime(ZipEntry::_Mtime, ldloc:ZipEntry(this), ldloc:DateTime(var_3))
1713 stloc:int32(var_4_12, call:int32(BitConverter::ToInt32, ldloc:uint8[](buffer), ldloc:int64[exp:int32](var_2_03)))
1714 stfld:DateTime(ZipEntry::_Atime, ldloc:ZipEntry(this), ldloc:DateTime(var_5))
1715 stloc:DateTime(var_7_24, callgetter:DateTime(DateTime::get_UtcNow))
1716 stloc:ZipEntryTimestamp(var_8_2C, ldfld:ZipEntryTimestamp(ZipEntry::_timestamp, ldloc:ZipEntry(this)))
1717 stloc:int32(var_9_2F, ldc.i4:int32(1))
1718 stfld:DateTime(ZipEntry::_Ctime, ldloc:ZipEntry(this), ldloc:DateTime(var_7_24))
1719 stfld:bool(ZipEntry::_ntfsTimesAreSet, ldloc:ZipEntry(this), ldloc:int32[exp:bool](var_9_2F))
1720 stfld:ZipEntryTimestamp(ZipEntry::_timestamp, ldloc:ZipEntry(this), ldloc:ZipEntryTimestamp(var_8_2C))
1721}
1722
1723 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
1724 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
1725 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
1726 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
1727 --- End of inner exception stack trace ---
1728 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
1729 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
1730*/;
1731 }