5115 Commits (8d2e8cc267f4b708a2e2e97be78ef92134003d31)
 

Author SHA1 Message Date
Siegfried Pammer 3f886414b0 Do not add parentheses to AnonymousMethodExpression if there are no parameters. 9 years ago
Siegfried Pammer 46fdfd4b41 Fix bug in DelegateConstruction: ILVariables were added to the wrong ILFunction 9 years ago
Siegfried Pammer f3679e7df0 Fix #778: Errors about decompiling local variables and default for switch-cases 9 years ago
mohe2015 e2efd3014c Fix name 9 years ago
mohe2015 69dae9d5c2 Don't run test with [roslyn optimize]. 9 years ago
mohe2015 041c3603d2 Don't inline contructors. 9 years ago
mohe2015 33a7e2bf1d Add more tests. 9 years ago
mohe2015 d95d131071 Fix void and no-arguments methods 9 years ago
mohe2015 a36cbcc427 Simplify a little bit more 9 years ago
mohe2015 a323210346 Clean up the check a little bit. 9 years ago
mohe2015 2021152b7d Replace ILVisitor with foreach OfType 9 years ago
Siegfried Pammer 155b97b32e SwitchOnStringTransform: fix Roslyn transform 9 years ago
Siegfried Pammer 180f534178 Fix #778: Errors about decompiling local variables and default for switch-cases 9 years ago
Daniel Grunwald 105ff744b3 Fix bug that could cause nodes reachable from the exit point to be moved into the loop/switch. 9 years ago
Daniel Grunwald 102729cfde Put switch instructions into their own BlockContainer. 9 years ago
mohe2015 1821a0fb92 Add il files 9 years ago
mohe2015 d5a1d8df02 Fix test 9 years ago
mohe2015 69b6448128 Fix order of transforms 9 years ago
mohe2015 71349ba11e Implement pretty test. - Does not work with roslyn 9 years ago
mohe2015 9f6ea2f22d Add sdk path. 9 years ago
mohe2015 5b3adbd4fd Better check if the call can be replaced. Don't clone arguments. 9 years ago
mohe2015 509b69f685 Add test case. 9 years ago
mohe2015 131233627c Remove unneccessary loop 9 years ago
mohe2015 1486cd4b62 Check that it only matches if the method performs one call and only with arguments without modification 9 years ago
mohe2015 f969a156e7 Merge remote-tracking branch 'upstream/master' into fix-proxy-calls 9 years ago
Daniel Grunwald 75a65380f0 BlockBuilder: avoid crash on invalid branches (#902) 9 years ago
Moritz 0f0109424a Fix base methods 9 years ago
Daniel Grunwald e8b3ce99dc clean up the mini C# lexer a bit 9 years ago
Daniel Grunwald ebab7d5de0 #899: Add calli opcode to ILAst 9 years ago
Siegfried Pammer bd165642cb Fix #489: Add support for switch statement pattern using Hashtable 9 years ago
Siegfried Pammer 43c2f891a0 SwitchOnStringTransform: make sure switch variable is of type string in Roslyn case. 9 years ago
Daniel Grunwald 6a1b623140 #899: decode jmp instruction into tail call 9 years ago
Daniel Grunwald afcbc8c6cf #899: Add cpblk and initblk instructions to ILAst. 9 years ago
Daniel Grunwald f42d1a4b34 Fix crash in SwitchDetection. 9 years ago
Siegfried Pammer 621e355f36 Adapt SwitchOnStringTransform to switch instruction changes. 9 years ago
Siegfried Pammer 5399b93df7 ConnectMethodDecompiler: Adapt to new switch transformation. 9 years ago
Daniel Grunwald 8a68a94d35 Simplify use of SwitchInstruction in ILAst 9 years ago
Siegfried Pammer aa0e379236 Add tests to ILPrettyTestRunner 9 years ago
Siegfried Pammer cca842a969 Fix #440: Ldarg operand is incorrect when parameter has no name 9 years ago
Siegfried Pammer 2d2ca893e9 ConditionDetection: Remove empty else-branches. 9 years ago
Siegfried Pammer 7c5ded93f0 Move F# Tests to ILPrettyTestRunner 9 years ago
Siegfried Pammer eaf6163215 UsingTransform: Simplify check for other Store-Instructions 9 years ago
Siegfried Pammer 23bca3713f Fix #646: VB-compilers 'For Each In' is not recognized as foreach during decompilation 9 years ago
Siegfried Pammer fb21870cff Fix #437: Decompilation of query expression loses material parentheses 9 years ago
Siegfried Pammer 38482888a1 Fix Using pretty tests and remove semicolon on single-line if. 9 years ago
Siegfried Pammer 0fa58c3d53 Fix #567: switch statement not properly decompile 9 years ago
Siegfried Pammer fd775ec082 Fix threading bug in LoadedAssembly. 9 years ago
Siegfried Pammer ef4dd6431e Add documentation to InlineReturnTransform and SwitchOnStringTransform 9 years ago
Siegfried Pammer 97dcfa6f9b Merge pull request #897 from LordJZ/patch-2 9 years ago
LordJZ db7ac3584e Fix crash when decompiling event add call in collection initializer 9 years ago