There is no Microsoft built-in tool that services these features on Linux, and it is currently not built into the dot-net kernel.
However, Mono allows the assembly and removal of IL code:
Installation instructions can be found here.
What are you looking for:
ilasm - For assembling monodis - For disassembling
They are found in the mono-utils package:
eg. In Debian 8, I did the following:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/debian jessie" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list sudo apt-get update apt-get install mono-devel mono-utils
However, FYI for those trying to create an export, Mono does not seem to handle the x64 export syntax.
source share