Examples (7)
Disassemble an assembly to textual CIL
monodis path/to/assembly.exeSave the output to a file
monodis --output=path/to/output.il path/to/assembly.exeShow information about an assembly
monodis --assembly path/to/assembly.dllList the references of an assembly
monodis --assemblyref path/to/assembly.exeList all the methods in an assembly
monodis --method path/to/assembly.exeList resources embedded within an assembly
monodis --manifest path/to/assembly.dllExtract all the embedded resources to the current directory
monodis --mresources path/to/assembly.dllmade by @shridhargupta | data from tldr-pages