aout2elf converts an x86 (IA-32) a.out binary to ELF. The input file should be statically linked, with relocation bits included, and common storage already allocated. Such a file is output by the bsdtools link editor ld when the -r and -d options are specified.
Provision is made for specifying the operating system on which the resulting binary is to run.
Symbols are stripped.
Download the distribution file.