F Sharp makes performing analysis on MSIL relatively easy, my biggest problem coming up with a sensible way to use this. The tool will show you the dependencies on a .NET .dll or executable. It will also draw a graph that shows all the function calls a method could make. I’m not sure if this will be really useful to anyway but I found it quite an interesting way to look at .NET code.
[ read more ]