Binary recompiler
Encyclopedia
Binary recompiler is a software that takes executable
binaries
as input, analyzes the structure, applies transformations and optimizations, and outputs new optimized executable binaries. First introduced by Gary Kildall
in the 1980s.
Executable
In computing, an executable file causes a computer "to perform indicated tasks according to encoded instructions," as opposed to a data file that must be parsed by a program to be meaningful. These instructions are traditionally machine code instructions for a physical CPU...
binaries
Binary file
A binary file is a computer file which may contain any type of data, encoded in binary form for computer storage and processing purposes; for example, computer document files containing formatted text...
as input, analyzes the structure, applies transformations and optimizations, and outputs new optimized executable binaries. First introduced by Gary Kildall
Gary Kildall
Gary Arlen Kildall was an American computer scientist and microcomputer entrepreneur who created the CP/M operating system and founded Digital Research, Inc....
in the 1980s.