Jump to content

Binary recompiler

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 49.180.79.255 (talk) at 21:39, 15 October 2019 (References). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A binary recompiler is a compiler that takes executable binary files as input, analyzes their structure, applies transformations and optimizations, and outputs new optimized executable binaries.[1] Binary recompilation was introduced by Gary Kildall in the 1980s.[2]

See also

References

  1. ^ "Binary Recompilation and Combined Compiler/Architecture Enhancements Studies". umich.edu. University of Michigan. Archived from the original on 2012-07-23.
  2. ^ Swaine, Michael (1997-04-01). "Gary Kildall and Collegial Entrepreneurship". Dr. Dobb's Journal. Retrieved 2006-11-20. In March, 1995, the Software Publishers Association posthumously honored Gary for his contributions to the computer industry. They listed some of his accomplishments: [...] * In the 1980s, through DRI, he introduced a binary recompiler. [...]