Call Graph from Assembly or Code

  • Thread starter Thread starter Aamir Mahmood
  • Start date Start date
A

Aamir Mahmood

Hi guys,

I need a tool that can create a method call graph from analysing my C# code
or assembly.

I actually want to list functions being called by each function recursively
(whether same or different class, public or private or protected or static
functions).
And it should be done by looking at the project source code or assembly.

Any suggestion for the tool will be appreciated.

Thanks.

-
Aamir
 
Back
Top