Click to See Complete Forum and Search --> : ildasm.exe


malinrob
May 3rd, 2002, 08:33 AM
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

jparsons
May 13th, 2002, 11:36 PM
Just out of curiosity. What benefit are you getting from unpacking in this fashion?


Jared Parsons

malinrob
May 14th, 2002, 01:01 AM
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