I'm running DCME project through my newly created analysis program. It generates which methods calls and are called by which, generated in HTML so you can browse through the methods. I hope it gives a better view for anyone who wants to edit stuff. Buuuut it can take a while, 1480 methods, and about 1 done every 2 seconds. (Consider the fact that it has to do 1480*1480 + the overhead of backtracking where the method is located, it's pretty fast) i'll post results when it's done Edit: it's done, there are a few flaws in it that it didn't recognize well, but it should be correct for the most part http://dcme.sscentral.com/dcmeAnalysis/Overview.html Don't mind the Description sometimes, it takes the first following comments in each method, so usually thats where comments are written, but sometimes commented blocks end up there