Source Code Analysis on MSIL (.NET platform) 
Author Message
 Source Code Analysis on MSIL (.NET platform)

Hi ALL,

I want a tool, which does source code analysis of all the
dot NET languages. As you all

know, all the dot net languages are compiled into MSIL. So
if I can do source code analysis

of MSIL code, then automatically I will support all .NET
languages.

The tool should parse all the MSIL code (probably offline
like cFlow and CTrace good old

tools) and then do the analysis and produce a report like
allocation profiler is producing

(call and caller graph).

E.g. For a particular function, say foo(), the output
should be able to show all the

functions that are calling foo() and all the functions
that are called by function foo().

So if anybody knows availability of such tool, which does
source code analysis on MSIL

(that is, it generates call graph, callers graph,
references and definitions information

for functions, symbols etc) or can help me giving some
sample code or ideas or references

will be highly appreciated.

Thanks and regards,
Sudhir



Mon, 11 Apr 2005 12:54:08 GMT  
 Source Code Analysis on MSIL (.NET platform)
mother{*filter*}ing stupid crossposter! posting in 6 or more newsgroups at one
time is a thing only {*filter*}s like you do!


Tue, 31 May 2005 23:10:30 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Source Code Analysis or DOT Net Performance from CLR

2. Source code analysis or DOT NET Performance from CLR

3. Source code of multiple regression analysis

4. Full Automation of Source Code Static Analysis

5. Kinematic Analysis Source Code

6. Source code analysis...

7. Source Code Donations Needed for Static Analysis Experiment

8. Tools for source code analysis of C or C++

9. source code for regression analysis

10. C source code analysis tools

11. New C# Source Code Sample - Running JScript.NET Code from C# Apps

12. Converting a VB.Net source to a C#.Net source

 

 
Powered by phpBB® Forum Software