Decompiling EXEs to C++ source

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how I may decompile EXEs to C++ source code?
Please reply to my email.
 
S.J. said:
Does anyone know how I may decompile EXEs to C++ source code?

For all practical purposes, you can't. You might be able to find a
decompiler that produces C, but even that's quite a stretch. There's just
too much semantic distance between x86 machine language and C++ (or even C)
for decompilation to be very successful.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

.exe Decompilers 2
how to protect code 8
C# App Decompiling question 9
C++ or C#.NET 5
avoid easy decompiling 5
protection from .NET Decompiler? 16
good decompiler app 4
Protect exe and dll 1

Back
Top