What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » assembly conversion

assembly conversion
Author: Message:
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: assembly conversion
once C code (or code in any other higher level language) is compiled, information about the original code is lost and you can't easily reconstruct the original code. at least that's for languages like C, chances of getting useful output are higher when decompiling java class files or similar. so the nearest you'll probably get when decompiling an exe file is a higher level pseudo code which you'll have to figure out yourself. plus, if you're trying to decompile a regular (proprietary) binary, you'd probably have to get around obfuscation and encryption first.

This post was edited on 01-15-2010 at 04:40 PM by andrey.
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
01-15-2010 04:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
assembly conversion - by MX-G on 01-13-2010 at 09:43 PM
RE: assembly conversion - by andrey on 01-13-2010 at 10:46 PM
RE: assembly conversion - by MX-G on 01-13-2010 at 11:33 PM
RE: assembly conversion - by Adeptus on 01-15-2010 at 04:35 AM
RE: assembly conversion - by tony on 01-15-2010 at 04:50 AM
RE: assembly conversion - by MX-G on 01-15-2010 at 04:18 PM
RE: assembly conversion - by andrey on 01-15-2010 at 04:36 PM
RE: assembly conversion - by MX-G on 01-15-2010 at 08:36 PM
RE: assembly conversion - by Adeptus on 01-16-2010 at 03:10 AM
RE: assembly conversion - by MX-G on 01-16-2010 at 04:54 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On