Hi, I have two .NET dll's, where one calls some methods located on the other.
I need to know what methods exactly are being called between those two dlls to map the dependencies between these two dlls. (No public interface is available).
Any idea which tool does the job?