Open
Description
Is your feature request related to a problem? Please describe.
It would be awesome if Ghidra would support analysis of CIL executables, similar to how it already analyzes PE executables.
Describe the solution you'd like
I'd like Ghidra to be able to disassemble CIL programs, analyze them, identify user-defined functions and calls to library functions, and be able to decompile the CIL programs.
Describe alternatives you've considered
I've also considered reverse engineering CIL executables with other tools such as ILSpy and MonoDis.