CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ildasm.exe

  1. #1
    Join Date
    Sep 2001
    Location
    Slovakia, Europe
    Posts
    58

    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

  2. #2
    Join Date
    May 2002
    Location
    Atlanta,GA
    Posts
    262

    Re: ildasm.exe

    Just out of curiosity. What benefit are you getting from unpacking in this fashion?


    Jared Parsons
    Jared

  3. #3
    Join Date
    Sep 2001
    Location
    Slovakia, Europe
    Posts
    58

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured