28 Commits (ff4748f67adf73afb2379612e33a605865fa075c)

Author SHA1 Message Date
Daniel Grunwald d1eb868749 YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing 11 years ago
Daniel Grunwald 1bf31f9086 YieldReturnDecompiler: in ConstructExceptionTable(), avoid ToEnclosingInterval() call and use the full StateRange instead. 11 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Siegfried Pammer f4d29b2f2b add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation 14 years ago
Pent Ploompuu fec24cf171 Improved decompilation correctness for operators on nullable values 14 years ago
Daniel Grunwald 9fdd6539e2 YieldReturnDecompiler: don't require that class name starts with '<' 14 years ago
Daniel Grunwald f12371e0e1 Consistently use the full MIT license header on source files. 14 years ago
Daniel Grunwald 78eea4fddf Fixed bug that caused yield-return analysis to fail sometimes. 14 years ago
Daniel Grunwald 01d7e2abbd Use the same representation for parameters and variables. 14 years ago
David Srbecký 05b3bfbff2 Use the simple pattern matching in yield return 14 years ago
Daniel Grunwald 2892c9d50b Implemented decompilation of 'lock'. 14 years ago
Daniel Grunwald ddd7b9d526 Fix NullReferenceException when decompiling an automatic property within a generic class. 14 years ago
Daniel Grunwald 9421c4591a Fix decompiling iterator blocks in debug builds when there is no try-finally block and the "ret(0)" is reached by fall-through (instead of by a jump instruction). Closes #68. 15 years ago
Daniel Grunwald 7951089447 Remove code made redundant by SimpleGotoAndNopRemoval. 15 years ago
Daniel Grunwald cdc56cb98a Fix "yield return" decompilation in generic classes. 15 years ago
Daniel Grunwald 28a98e5ccb Fix detection of "yield return" when IEnumerator is returned (not IEnumerable). 15 years ago
Daniel Grunwald 69fe6bc7c2 Fixed bug in yield return decompiler when decompiling a method consisting only of 'yield break;'. 15 years ago
Daniel Grunwald bfcc0e779b YieldReturnDecompiler: Use symbolic execution to analyze the jump table at the start of MoveNext(). 15 years ago
Daniel Grunwald ae0d6d5295 Some bugfixes for yield return. 15 years ago
Daniel Grunwald e71935144a Adjust yield return decompiler to David's pattern matching refactoring. 15 years ago
Daniel Grunwald b2b93aff71 Fix bugs when decompiling release builds of yield-return enumerators. 15 years ago
Daniel Grunwald 29523a7de8 Yield-return decompiler: Add leave instruction out of try block; fixes NullReferenceExecption when yield return is within using statement. 15 years ago
Daniel Grunwald 5ca3ddb860 Yield return decompiler: reconstruct try-finally blocks. 15 years ago
Daniel Grunwald 6da92cd8d1 yield return decompilation: translate fields to local variables 15 years ago
Daniel Grunwald d5505b7843 Initial attempt at yield return transform. 15 years ago
Daniel Grunwald 6feadf3840 Started analysis of yield return statements. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago