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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top