I Want to know if their is any DLL code extractor/view that enable one to see hot .dll file was coded or linke to downlaod the program.
THank U.
Hakeem
Printable View
I Want to know if their is any DLL code extractor/view that enable one to see hot .dll file was coded or linke to downlaod the program.
THank U.
Hakeem
It's not clear what you mean, but with Visual Studio, you can:
1. Open a DLL in Binary mode, which will give you information about all its contents in binary form.
2. Open the DLL in Resource mode, which will give you a view of all the resources compiled into the DLL.
3. You can use the Debugger and attach a process with the DLL loaded. This will allow you to step through the binary code. The debugger will disassemble it for you, but it will be optimized, and unless you read Intel-based assembly code well, it probably won't tell you much.
Down one from http://www.nirsoft.net/utils/dll_export_viewer.html
it is free of charges and I forgot whether source code is provided or not.....