1045 Commits (d6b9d39f3871b79a2b6d6a192d79892b6bb49826)

Author SHA1 Message Date
Siegfried Pammer f0382f6dbc Add RemoveEmptyNamespace transform to get rid of <Module> definitions in all test cases 11 years ago
Siegfried Pammer 125cd1fdfc add new TestRunner 11 years ago
Schabse Laks be718680fe Add #pragma to suppress warning in test case 11 years ago
Schabse Laks 5bd1892e9a Temporary workaround for Roslyn compiler bug 11 years ago
Siegfried Pammer 0ada95d913 fix #470: BAML to XAML conversion does not generate escape sequence {} correctly 11 years ago
Schabse Laks 9c23972074 Tests: Reuse decompiler roundtrip assertion code 11 years ago
Daniel Grunwald e0a1666547 Add back AST transform infrastructure 11 years ago
LordJZ a997ea2068 Fixed decompiling empty async methods. 11 years ago
Daniel Grunwald 318b091317 C# decompilation for unbox.any 11 years ago
Daniel Grunwald 51d4a25be6 Add variable declarations 11 years ago
Daniel Grunwald 11ec5f24a7 Make assignment ILAst opcodes return the assigned value 11 years ago
Daniel Grunwald 30faef021b Move ConvertedExpression into a separate file 11 years ago
Daniel Grunwald 7cd34db3bb Improve C# decompilation of 'ldobj' 11 years ago
Daniel Grunwald f2d5aa2c99 Handle enums in GetStackType() for cecil TypeReference. Add C# translation for the 'void' opcode. 11 years ago
Daniel Grunwald 79475a79c5 Add support for conv and ldobj opcodes 11 years ago
Daniel Grunwald 3d47e1028e Instead of OverflowMode, use bool checkForOverflow + Sign 11 years ago
Daniel Grunwald 4a862daa5c Support stind and ldobj instructions 11 years ago
Daniel Grunwald 1f14dea33f Add CheckInvariant() and fix Return.ComputeFlags() 11 years ago
Daniel Grunwald a9c331d81a Add CSharpDecompiler.DecompileWholeModuleAsSingleFile() 11 years ago
Daniel Grunwald bf917c4352 Decompile call instructions 11 years ago
Daniel Grunwald 68ab914293 Build exception handling blocks 11 years ago
Daniel Grunwald 63b32fef35 Create ILFunction top-level node 11 years ago
Daniel Grunwald 2f1e229046 Add parent pointers to ILAst 11 years ago
Daniel Grunwald 91f875169c Add a bunch of instructions. 11 years ago
Daniel Grunwald 3a3220ccc2 Include operands in ILAst output 11 years ago
Daniel Grunwald b648744380 Change representation of conditional branch. 11 years ago
Daniel Grunwald 0c72367579 Fix bugs. 11 years ago
Daniel Grunwald 42bfff077d Finish the move to the new generated ILAst classes 11 years ago
Daniel Grunwald 49ce1bcea3 Worked on ILAst instruction representation 11 years ago
Daniel Grunwald 75b0e23ae2 Use code generation to create the ILAst classes. 11 years ago
Daniel Grunwald 7e8cc06c76 Don't declare variables in primary ctors 11 years ago
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 12 years ago
Daniel Grunwald f23eee362a Add .gitattributes and normalize newlines 12 years ago
Daniel Grunwald eee2794eb4 Fix typos in comments 12 years ago