350 Commits (42eafb587f7db3af84523c11b397d07e96e8c0af)

Author SHA1 Message Date
Siegfried Pammer 8c78752101 implement LdsFld and StsFld instructions 10 years ago
Daniel Grunwald ad8d4a7ef6 Fix duplicate ResolveResult on ConvertConstantValue() 10 years ago
Siegfried Pammer 4c44303989 implement LdFld and StFld instructions 11 years ago
Siegfried Pammer 466cb0c702 add support for Getter/Setter call translation 11 years ago
Siegfried Pammer cd30be3b80 implement box instruction 11 years ago
Daniel Grunwald 08a5e81517 Re-enable IntroduceUsingDeclarations 11 years ago
Daniel Grunwald 2f83334c2e Use NRefactory.TypeSystem for ILAst. 11 years ago
Siegfried Pammer bc68339ac4 rename ConvertedExpression to TranslatedExpression and Convert to Translate, etc. 11 years ago
Siegfried Pammer 7f36725b6f implement StObj instruction 11 years ago
Daniel Grunwald 83095dd4a1 Ensure ConvertVariable() always adds a resolve result to the IdentifierExpression 11 years ago
Daniel Grunwald ea54bcddc1 Fix boolean comparisons. 11 years ago
Daniel Grunwald b8098e63ba Fix some bugs that were just introduced while adding the ResolveResults. 11 years ago
Daniel Grunwald 771a461308 Fix HandleCallInstruction 11 years ago
Daniel Grunwald fffa297b8f Use ResolveResults as annotations. 11 years ago
Daniel Grunwald 318b091317 C# decompilation for unbox.any 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 bf917c4352 Decompile call instructions 11 years ago
Daniel Grunwald 68ab914293 Build exception handling blocks 11 years ago
Daniel Grunwald 91f875169c Add a bunch of instructions. 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