The MSIL Assembler generates a portable executable (PE) file from Microsoft intermediate language (MSIL). You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected.
Questions tagged [ilasm]
76 questions
0
votes
1 answer
Disassembled and reassembled DLLs won't resolve mutual references
I'm trying to sign a set of DLLs through this process:
ildasm the original DLL to IL
ilasm (and Strong Naming) the IL back to DLL
Each of the DLLs, seen thorugh Visual Studio Object Browser, is correct, but if a rebuilt DLL refers to an object…

Andrea Colleoni
- 5,919
- 3
- 30
- 49