Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 897 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 897 Bytes

Decompilation Differ

License: MIT Main build status Join the Discord

Compiles code, then decompiles it, then shows you what changed.

A fun way to explore what the C# compiler does to your code when it compiles it, either how it lowers it, or how it synthesizes things. Enter a baseline, and a couple of variations, and see the results compared in a diff view.