how to find out the funtionality of dll
hai,
suppose u r run the one program,it is created a dll, using only that dll how to find out the functionality of that dll
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashish SinghalPosted Oct 7, 2005, 6:23 PM
you can findout functionality using system.reflection. thorugh this you can load assembly and enumerate each function.
Go to this link :
http://www.usenix.org/publications/login/2004-08/pdfs/mccluskey.pdf