Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reverse engineer C++ DLL

I have a small utility that was originally written in VS2005.

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

Is there a free or reasonably priced tool to reverse engineer the dll back to C++ code.

like image 994
Bender Avatar asked Mar 08 '09 12:03

Bender


1 Answers

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.

like image 176
Jonas Engström Avatar answered Nov 15 '22 22:11

Jonas Engström