Binary recompiler
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.
The foundation to the concepts of binary recompilation were laid out by Gary Kildall with the development of the optimizing assembly code translator XLT86 in 1981.
See also
- Binary optimizer (binary-to-binary)
- Binary translator (binary-to-binary)
- Decompiler (binary-to-source)
- Disassembler (binary-to-source)
- Dynamic recompiler (binary-to-binary)
- Transcompiler (source-to-source)
- Honeywell Liberator (running IBM 1401 programs on Honeywell H200)
References
Further reading
- Wenzl, Matthias; Merzdovnik, Georg; Ullrich, Johanna; Weippl, Edgar R. (June 2019) [February 2019, November 2018, May 2018]. "From hack to elaborate technique - A survey on binary rewriting" (PDF). ACM Computing Surveys. 52 (3). Vienna, Austria: 49:1–49:36. doi:10.1145/3316415. S2CID 195357367. Article 49. Archived (PDF) from the original on 2021-01-15. Retrieved 2021-11-28. (36 pages)