community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of Decompilation


Message boards   Post comment

Decompilation

Decompilation is the process of reversing a previous compilation back into its component parts. In software, a program is often constructed by compilation of its parts with built-in library parts.

Decompilation is similar to disassembly, but while disassembly reverses machine code into assembly language source code, decompilation takes machine code and turns it back into high-level language source code. This requires a bit of art to find that single line of high-level language that best represents the equivalent block of machine code.

Results can be improved if the decompiler has the entrance points of the libraries and DLLs. It should also have an editable symbol table to help the decompiler to document its output.

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Decompilation".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.