Could someone let me know how to convert a dll file into the coresponding cpp files?
Printable View
Could someone let me know how to convert a dll file into the coresponding cpp files?
You can't.
You can create ASM files from the dll, but it's too hard figuring the ASM out to be usefull in any way. It would be faster to write the dll on your own.