2

I am looking for a tool to draw Control Flow Graph for C# code..

Something like AVRORA but for C#

Any ideas?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Betamoo
  • 14,964
  • 25
  • 75
  • 109
  • There is some code visualisation capability in VS2012, but not necessarily what you want. http://channel9.msdn.com/Series/Visual-Studio-2012-Premium-and-Ultimate-Overview/Visual-Studio-Ultimate-2012-Understanding-complex-code-with-Code-Map-ENU – ta.speot.is Mar 23 '13 at 05:45
  • I know this is very old, but did you ever find a suitable tool for this? – rgoliveira Nov 14 '18 at 19:39