josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 17 forks source link

Please allow disassembly of EXE/DLL #10

Open borgdylan opened 7 years ago

borgdylan commented 7 years ago

Please support running the extension on any .NET IL assembly. As an author of a language that compiles down to IL, this would be useful to stop using MonoDevelop to view IL. Of course I do not expect anyone to support my custom language in a specific way.

phrohdoh commented 7 years ago

I do not know if vscode has any hooks/callbacks for opening a file directly (which, I assume, this plugin would need to do to support your usage) but in the meantime you can use monodis Foobar.exe > Foobar.il (possibly in a Makefile / task runner).