Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help
#2
it is not possible to get the original c++ code from compiled executable because c++ gets compiled to native machine code. imho the best way to reverse native executables is by disassembling. Check OllyDbg (http://ollydbg.de/) or IDA / IDA Free (https://www.hex-rays.com/products/ida/). There are c++ decompilers but i've never used them.

If the stuff you want to update is hold as a resource try Resource Hacker (http://www.angusj.com/resourcehacker/).
Reply
 


Messages In This Thread
help - by jason56 - 06-30-2016, 09:09 AM
RE: help - by mik01 - 07-27-2016, 07:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website