Assembly Explorer

New 1/10/2005: Assembly Explorer now builds with the lastest version of F# and comes with a visual studio project

F# makes performing analysis on IL relatively easy, assembly explorer uses this to show the contents of an assembly and generates call graphs of the methods within this assembly. 

It's functionality is largely covered by reflector, so it is not a working on a new version. I will if I can come up with an idea to make it interesting and different to reflector.

Here's the source for the tool: Source
  • Requires the .NET framework - not inculded the zip
  • Requires F#/AbsIL - not inculded the zip