1014 Commits (ce05af885c12e73c012a25e3f7913c70adaa823c)

Author SHA1 Message Date
Daniel Grunwald f0b58d9701 Add some basic expressions to ExpressionBuilder. 11 years ago
Daniel Grunwald 8235a93e4f Basic infrastructure for C# decompiler 11 years ago
Daniel Grunwald cc270c8f20 Set version number to 2.2 11 years ago
Daniel Grunwald 557f790127 Build inline blocks when there are IL statements (opcodes not pushing anything) in a block while the stack is non-empty. 11 years ago
Daniel Grunwald 817b0baded expr inlining 11 years ago
Daniel Grunwald 167e140c75 'Typed IL' view shows stack 11 years ago
Daniel Grunwald e4eb208a2e More instructions. 11 years ago
Daniel Grunwald c2ac889ebe Allow viewing 'typed IL'. 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald c1fb133fd3 Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 11 years ago
Daniel Grunwald 58404e8f9e AsyncDecompiler: fix some issues with Roslyn-compiled code 11 years ago
Daniel Grunwald b71edb2a88 StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion. 11 years ago
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 82999a056b Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'. 11 years ago
Daniel Grunwald f538d20de5 Fix NullReferenceException in type analysis. 11 years ago
Lukas Rieger 2d2a0aaea1 Modules may exist without an Assembly,in this case the line 11 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald eee2794eb4 Fix typos in comments 12 years ago
Oleg Rakitskiy 4fa6730660 #405 final fix. 12 years ago
turbanoff 6a11367a0a remove redundant OrderBy: all handlers will have same TryStart.Offset after Where 12 years ago
Daniel Grunwald 6ba013d9dd Fix bugs in async/await decompiler. 12 years ago
Siegfried Pammer 74238630cf fix #367 - VB output issues 12 years ago
Daniel Grunwald d2c24a3b0a Don't eliminate delegate caching when lambda decompilation is disabled. 12 years ago
Daniel Grunwald b813092cfe Add support for opening .netmodules. 12 years ago
Ronny Klier 25f35033ac Fix: Do not link arguments to constructor 12 years ago
Ronny Klier b4e8386611 Fix #220: Link constructor calls to constructor rather than type + add link for base constructor calls 12 years ago
Daniel Grunwald d24cb3ff2e Fixed disassembling and decompiling negative zeroes. 13 years ago
Daniel Grunwald 6c5288b839 Fixed TextOutputFormatter so that it calls WriteDefinition() for method declarations. 13 years ago
Daniel Grunwald 6d4f2e37fe Fix crash when decompiling WebSocketBase::SendFrameAsync. 13 years ago
Daniel Grunwald 82154e1eb6 Fixed decompilation of automatic event that has attributes on the accessors. 13 years ago
Daniel Grunwald 1b6d1088e8 Fix #346: incorrect type inference for if statement on ref bool parameter 13 years ago
Daniel Grunwald 9d08b33ebd Fixed disassembling fields with explicit layout. 13 years ago
Daniel Grunwald daa5900f9c Fixed async/await decompilation when the GetAwaiter() is called on a value type. 13 years ago
Daniel Grunwald 45e327d53a Don't show [AsyncStateMachine] attribute. 13 years ago
Ronny Klier 0bcca5473b Optional enable folding on all blocks in braces 13 years ago
Daniel Grunwald 1b50ad946d Fixed highlighting of local variable definitions. 13 years ago
Daniel Grunwald 8acf17d50a Improved async/await decompiler. 13 years ago
Daniel Grunwald 7364df6b3a Set version number to 2.1. 13 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Daniel Grunwald 5773d3d2e5 Fix NullReferenceException in DecompilerSettings.Clone 13 years ago
Daniel Grunwald 5d3a812ac0 Fix NullReferenceException in AstMethodBodyBuilder introduced by the bugfix for #282. 13 years ago
Daniel Grunwald 0a01bc7b03 Adjust ILSpy to NRefactory API changes. 13 years ago
Daniel Grunwald 4906f3e26b #282 - Fix the casts in the other direction (from concrete type to type parameter). 13 years ago
Daniel Grunwald 134c4515e4 Fix #282: (T)(object)DateTime.Now; decompiles as (T)DateTime.Now;, which does not compile 13 years ago
Daniel Grunwald 979f7d018a Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
Siegfried Pammer 856c2e823c implement special cases for enum type inference (addition); closes #299 13 years ago
Siegfried Pammer 8929b2c165 fix overloads in unit tests 13 years ago
Daniel Grunwald 0369486be7 Fixed issue with the patch for #300 when an 'else' block starts with a while loop. 13 years ago
Siegfried Pammer 91b74550fe implement special cases for enum type inference; closes #248 13 years ago