-
ildasm.exe
Hello everybody.
I create a software, where I use ildasm.exe utility to unpack assembly into an MSIL file and resource files. Does anybody know if is it allowed to distribute ildasm.exe in installation?
Ilasm.exe utility is included in "Microsoft NET Framework Redistributable" (runtime), but Ildasm.exe is not there. Ildasm.exe is just in "Microsoft Framework SDK". Or does anybody know how to unpack e.g. exe assembly into MSIL file and resource files by another way then using ildasm.exe?
Thank you very much.
malinrob
-
Re: ildasm.exe
Just out of curiosity. What benefit are you getting from unpacking in this fashion?
Jared Parsons
-
Re: ildasm.exe
I need MSIL file to get out some info from it. But I've already solved it. MS had told me, that I can distribute .NET Framework SDK as a whole...
malinrob