5
votes
What CLR/.NET bytecode tools exist?
Mono.Cecil is a great tool like ASM. It's a subproject of Mono, and totally open source. It even provides …
2
votes
Source code analysis tools for C#
Gendarme is totally open source and free. It's a subproject under mono. You can run the tools in three ways: wizard, console, NAnt. It …
