| Author: Anil Kumar Pandey 21 Aug 2008 | Member Level: Diamond | Rating:  Points: 3 |
Hello,
u can not extract the Files from the dll directly as they are in the compiled format. if u really want to get the files u can use the Disassembler for that.
Use any disassembler to get the code from the DLL
Regards Anil
Thanks & Regards Anil Kumar Pandey
|
| Author: John Hawkins 21 Aug 2008 | Member Level: Gold | Rating:  Points: 4 |
Hi friend..
I am using a software called reflector.. It is used to extract code from the dll.. You can download(abt 2mb) it from:
http://www.softpedia.com/get/Programming/Other-Programming-Files/Lutz-Roeder-s-NET-Reflector.shtml
Thanks, S.John Hawkins.
|
| Author: D.Jeya kumar(JK) 21 Aug 2008 | Member Level: Diamond | Rating:  Points: 4 |
Hi,
Using Microsoft Disassembler tool . we can see the dll.
Ildasm.exe is a GUI tool.it will be in the below path or you can run it from visual studio commond prompt.
Installed Drive\Progarm files\Microsoft visual studio version\SDK\Version number\bin
regards JK
|