开发者

How to create MSIL files from dll/exe

开发者 https://www.devze.com 2022-12-27 14:19 出处:网络
I have some .net dll\'s and Exe\'s.开发者_如何转开发 I need to pass MSIL files to mono project.

I have some .net dll's and Exe's.开发者_如何转开发 I need to pass MSIL files to mono project. How do i convert these Dll's to MSIL files?


You can view the IL from the DLL or EXE by running ILDASM. There's no conversion required.


.NET dll's and exe's are MSIL files, so you do not need to convert anything.

You can use the .NET disassembler (ildasm.exe) to see that this is indeed the case.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号