Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Convert .Exe File Into Source Code?
05-31-2012, 08:03 AM
Post: #3
RE: Convert .Exe File Into Source Code?
Sample is a Delphi app.
The kind ya asking the answer is no.
You can't just drop the exe into some magical box and out comes to source that can be compiled.

You may open it in ollydbg or IDA(+ Hexrays decompiler) get used to learn ASM and localize that tiny part of the code like serial key checking function or File format that 'interests' you, slowly try to understand that part and reprogram it in some programming language you know or chose to learn.
^= Reverse Engineering Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Convert .Exe File Into Source Code? - cw2k - 05-31-2012 08:03 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication