Sunday, August 2, 2009

How we convert dll files to the readable form though programing in C#?

unless you have the source code, you cant. DLL's are compiled code so about all you can do is use them, if you know the functions contained inside them. to find them is not easy, but if you do a search for the particular DLL you want to use, you MAY find the info.

How we convert dll files to the readable form though programing in C#?
dll is a secure code file and it cant be readable ( because of security of file ) .
Reply:If u want to use the dll, add the reference to that in ur project.
Reply:How
Reply:open with c#


No comments:

Post a Comment