c++winapidllreverse-engineering

Reverse engineer a C++ DLL file


I have a small utility that was originally written in Visual Studio 2005.

I need to make a small change, but the source code for one of the DLL files has been lost somewhere.

Is there a free or reasonably priced tool to reverse engineer the DLL file back to C++ code?


Solution

  • Hex-Rays decompiler is a great tool, but the code will be quite hard to read and you will have to spend a lot of time to reverse engineer the whole DLL.