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

◆ ProcessExtraFieldWindowsTimes()

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

Definition at line 1765 of file ZipEntry.cs.

1766 {
1767 /*
1768An exception occurred when decompiling this method (06000121)
1769
1770ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 Ionic.Zip.ZipEntry::ProcessExtraFieldWindowsTimes(System.Byte[],System.Int32,System.Int16,System.Int64)
1771
1772 ---> System.Exception: Basic block has to end with unconditional control flow.
1773{
1774 Block_0:
1775 stloc:int64(var_1_0A, call:int64(BitConverter::ToInt64, ldloc:uint8[](buffer), ldloc:int64[exp:int32](posn)))
1776 stloc:int64(var_2_0C, ldc.i4:int64(0))
1777 stloc:DateTime(var_3_13, call:DateTime(DateTime::FromFileTimeUtc, ldloc:int64(var_1_0A)))
1778 stfld:DateTime(ZipEntry::_Mtime, ldloc:ZipEntry(this), ldloc:DateTime(var_3_13))
1779 stloc:int64(var_4_22, call:int64(BitConverter::ToInt64, ldloc:uint8[](buffer), ldloc:int64[exp:int32](var_2_0C)))
1780 stloc:int64(var_5_25, ldc.i4:int64(0))
1781 stloc:DateTime(var_6_2E, call:DateTime(DateTime::FromFileTimeUtc, ldloc:int64(var_4_22)))
1782 stfld:DateTime(ZipEntry::_Atime, ldloc:ZipEntry(this), ldloc:DateTime(var_6_2E))
1783 stloc:DateTime(var_7_45, call:DateTime(DateTime::FromFileTimeUtc, call:int64(BitConverter::ToInt64, ldloc:uint8[](buffer), ldloc:int64[exp:int32](var_5_25))))
1784 stloc:ZipEntryTimestamp(var_8_4D, ldfld:ZipEntryTimestamp(ZipEntry::_timestamp, ldloc:ZipEntry(this)))
1785 stloc:int32(var_9_54, ldc.i4:int32(257))
1786 stfld:DateTime(ZipEntry::_Ctime, ldloc:ZipEntry(this), ldloc:DateTime(var_7_45))
1787 stfld:bool(ZipEntry::_ntfsTimesAreSet, ldloc:ZipEntry(this), ldloc:int32[exp:bool](var_9_54))
1788 stfld:ZipEntryTimestamp(ZipEntry::_timestamp, ldloc:ZipEntry(this), ldloc:ZipEntryTimestamp(var_8_4D))
1789}
1790
1791 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
1792 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
1793 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
1794 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
1795 --- End of inner exception stack trace ---
1796 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
1797 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
1798*/;
1799 }