2323 Commits (ee3012281d7622a25ba43ab667c53521e161ff6c)

Author SHA1 Message Date
Siegfried Pammer 676992159c Fix #1045: Duplicate visitors in CSharpOutputVisitor 8 years ago
Siegfried Pammer 713f4f1490 Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
Daniel Grunwald 480ddc0c8f #1055: Use more type hints in ExpressionBuilder. 8 years ago
Siegfried Pammer 63ef50fa8c Fix #1061: Different control flow in decompiled code 8 years ago
Daniel Grunwald 4177e182fe #1050: Add support for ?. operator applied to ref-parameters, and other cases where the compiler uses a generated ref local for the ?. operator. 8 years ago
Daniel Grunwald aa9f2e7797 Fix interaction of using-transform with ?. operator. 8 years ago
Siegfried Pammer 0ffc747acf Fix #1059: String "interpolation", invalid cast when emitting "IL with C#" 8 years ago
Siegfried Pammer 3892762e70 Fix #1053: virtual protected base method with 'out', invalid cast-to-base on use. 8 years ago
Daniel Grunwald 36035de5fa Improve decompilation of ?. in generic code. 8 years ago
Daniel Grunwald 1dfda502ea Remove redundant 'box' opcodes. This eliminates some unnecessary (object)-casts in generic code. 8 years ago
Daniel Grunwald 937b86be68 Fix type of ref-locals when there's ref-assignment involved. 8 years ago
Siegfried Pammer bfbb041b01 Fix #1027: There is no "Analyze" option on right-click pop-up menu 8 years ago
Siegfried Pammer 53af650a9e Add support for .net 1.x XML security declarations 8 years ago
Siegfried Pammer 37ae59c70d Add guard code in case standalone signature is invalid. 8 years ago
Siegfried Pammer a826ad4043 Fix special case bug in WriteParameters 8 years ago
Siegfried Pammer 62016caa59 implement for standalone method signatures (calli operands) 8 years ago
Siegfried Pammer 18629d4677 implement some signature decoder methods 8 years ago
Siegfried Pammer d86e336749 Add support for simple entities in navigation. 8 years ago
Siegfried Pammer 6b765f98f0 Fix order of types in full module output 8 years ago
Siegfried Pammer 6065030a24 Replace BlobDecoder with solution not relying on TypeSystem 8 years ago
Siegfried Pammer 82d80a80e9 Fix formatting bug in MethodBodyDisassembler 8 years ago
Siegfried Pammer 13928e3ce4 Do not add version in PEFile.Name 8 years ago
Siegfried Pammer 42854c17c5 Fix bug in ILStructure.FindAllBranches 8 years ago
Siegfried Pammer 10ebe3e00e Fix WriteParameterReference 8 years ago
Siegfried Pammer ec91601510 Add ReferenceFolderTreeNode 8 years ago
Siegfried Pammer a5f1dda9e9 Clean up commented code a bit 8 years ago
Siegfried Pammer e65d1593e9 Fix bug in FullTypeName.GetDeclaringType 8 years ago
Siegfried Pammer 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 8 years ago
Siegfried Pammer d4b91577c9 Add hack for namedarg count parsing in DeclarativeSecurityAttributes 8 years ago
Siegfried Pammer f72c48af02 Add missing unconditional opcodes in ILStructure.IsUnconditionalBranch 8 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Daniel Grunwald 971e36e7f0 Fix indentation 8 years ago
Daniel Grunwald 228419b4f0 Fix interaction of ?. with using-transform. 8 years ago
Andrey Shchekin 6ba6b8c8f6 Added support for ArrayInitializers=false to suppress prettifier over array initializers (used by SharpLab). 8 years ago
Siegfried Pammer 659b12bdb8 Fix #1083: add pattern for mcs auto events (version 4) 8 years ago
Siegfried Pammer 3d9cbb71bd Implementation of MetadataLoader mostly completed (CecilLoader.cs) 8 years ago
Daniel Grunwald 958fb74f57 Fix #1048: Incorrect decompilation of code that creates multi-dimensional generic arrays. 8 years ago
Siegfried Pammer 7cbcdd9f0e #1049: add back some decompiler settings 8 years ago
Siegfried Pammer ebf213d85e Fix #1047: Unsupported method 8 years ago
Siegfried Pammer 7358fae977 Wrap conditional expressions in parentheses, if used in string interpolation literals. 8 years ago
Siegfried Pammer b33bb70dcb Fix #1044: Spelling: GetTopLevelTypeDefinitons 8 years ago
Siegfried Pammer 9689667515 Fix #1042: Wrong decompile result for collection initializers 8 years ago
Siegfried Pammer 4cccf9fac5 Fix crash described in #1038. 8 years ago
Siegfried Pammer b28a1719e7 Close #1033: Add TFM for net45 8 years ago
Siegfried Pammer ac1f061ad8 Add extra "advanced settings" only visible in debug builds, to make debugging special settings easier. 8 years ago
Siegfried Pammer 8db1934105 Implement DecompileMemberBodies setting in CSharpDecompiler. (This fixes #1032) 8 years ago
MikeFH c299304034 Check that method is actually the entry point 8 years ago
Siegfried Pammer 1e14c8ffae Close #1033: Add TFM for net45 8 years ago
Siegfried Pammer 8af973ef35 Fix #1013, #1034: Option to show code unfolded (expanded) by default 8 years ago
Siegfried Pammer 02b7dc98be Commit of non-compiling WIP 8 years ago