Tagged Questions

12
votes
1answer
662 views

Does Mono have the equivalent of ILDASM?

Is there an equivalent of ILDASM for Mono?
0
votes
1answer
73 views

Does monodis tool from mono work against Microsoft .NET assemblies?

I know the monodis tool does the same thing for Mono that ILDASM does for Microsoft .NET. But is the monodis tool compatible with .NET in that it would work against a Microsoft .NET assembly because ...