I know it\'s impossible to reverse a dll into a c++ code so I would like to collect as much as possible details from it. It\'s not my dll, so I don\'t have the source code of co
You need a PE file viewer. This will tell you the exports from the DLL and you can get the data in the .text section to see the machine code.