2201 Commits (9fcd20861847de5cc43e6603e18a0d63116004ff)
 

Author SHA1 Message Date
Schabse Laks fc92c17146 BamlDecompiler: Correctly qualify types in nested {x:Static} extensions 11 years ago
Siegfried Pammer a796143f4e add ILSpy.AddIn for Visual Studio 11 years ago
Ronny Klier 6a3a1b1a7c Adapt size of ResourceStringTable/ResourceObjectTable on changed size of MainWindow.mainPane. 11 years ago
Ronny Klier 42824d533b Show images contained in resource of type ImageListStreamer as seperate nodes. 11 years ago
Daniel Grunwald e0a1666547 Add back AST transform infrastructure 11 years ago
Adriano Carlos Verona 250745061b code cleanup 11 years ago
Adriano Carlos Verona 41a6455e17 Merge remote-tracking branch 'origin/master' into improved-search 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 5d558d54c1 Merge pull request #486 from odalet/patch-1 11 years ago
odalet 8c80dd1189 Fixing SendMessage API example 11 years ago
Daniel Grunwald bf917c4352 Decompile call instructions 11 years ago
David Roth da6faf8b0c Added switch to enable/disable decompiling of expression trees. 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
Adriano Carlos Verona 721754efcb support regular expressions in searchs 11 years ago
lostindark 07d985cc2d Update AssemblyTreeNode.cs 11 years ago
lostindark bb7bddbef5 Update LoadedAssembly.cs 11 years ago
Daniel Grunwald f0b58d9701 Add some basic expressions to ExpressionBuilder. 11 years ago
Adriano Carlos Verona 530c31608e support for specifying the type of the search directly in the textbox (t: for type, m: for member and c: for constant) 11 years ago
Daniel Grunwald 8235a93e4f Basic infrastructure for C# decompiler 11 years ago
Daniel Grunwald 2c75fada90 Update to NRefactory 5.4 11 years ago
Daniel Grunwald cc270c8f20 Set version number to 2.2 11 years ago
Daniel Grunwald 8644581526 List the MS-PL in the README. 11 years ago
Lex Li db1d106379 Fixed #365. 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 c346f079df Fix compiler warnings, and exclude the refactorings from NR.CSharp. 11 years ago