Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@gauravbhorkar-Pf9kZD • Jul 7, 2010
The process you are talking about is called decompilation. You want to generate C source (readable) from machine language (binary) object file. This is possible for small programs, but is a very very complex process. I don't know how this is done, but many software are available.
You may want to look at -> <a href="https://boomerang.sourceforge.net/" target="_blank" rel="nofollow noopener noreferrer">Boomerang Decompiler</a> -
@madhumurundi-DfePI4 • Jul 8, 2010
@gaurav :gaurav.bhorkarThe process you are talking about is called decompilation. You want to generate C source (readable) from machine language (binary) object file. This is possible for small programs, but is a very very complex process. I don't know how this is done, but many software are available.
You may want to look at -> <a href="https://boomerang.sourceforge.net/" target="_blank" rel="nofollow noopener noreferrer">Boomerang Decompiler</a>
thaks a lot for u reply
Cheers
Madhu M P