decompliler dll to c++
-
i lost one of my key c++ file i m not able to recover i have my dll file so please help me out to get a proper decompiler very urgent
There are a few C++ decompilers available, but it is highly unlikely that you will get the exact source back. Most of the C++ compilers available today especially Visual C++ does heavy optimization on the code and so when you get back the code, it will be very different from the original. However, here are a few links that may help you. http://www.backerstreet.com/rec/rec.htm[^] http://www.itee.uq.edu.au/~cristina/dcc.html[^]
«_Superman_»
I love work. It gives me something to do between weekends. -
There are a few C++ decompilers available, but it is highly unlikely that you will get the exact source back. Most of the C++ compilers available today especially Visual C++ does heavy optimization on the code and so when you get back the code, it will be very different from the original. However, here are a few links that may help you. http://www.backerstreet.com/rec/rec.htm[^] http://www.itee.uq.edu.au/~cristina/dcc.html[^]
«_Superman_»
I love work. It gives me something to do between weekends.