K
Keith Patrick
I have a project where I want to programmatically analyze an assembly by
looking at every method of every class and recursively do the same for every
method called within. Am I going to have to manually decompile assemblies
from raw bytes to do this, or is there a set of classes in the framework
that already encapsulate some of this functionality?
looking at every method of every class and recursively do the same for every
method called within. Am I going to have to manually decompile assemblies
from raw bytes to do this, or is there a set of classes in the framework
that already encapsulate some of this functionality?