mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
9b8b8de545
This utility can be used for converting object files between COFF/PE, OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms. Can modify symbol names in object files. Can build, modify and convert function libraries across platforms. Can dump object files and executable files. Also includes a very good disassembler supporting the SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights Corner instruction sets. WWW: https://www.agner.org/optimize PR: 252674 Submitted by: Robert Clausecker <fuz@fuz.su>
10 lines
463 B
Plaintext
10 lines
463 B
Plaintext
This utility can be used for converting object files between COFF/PE,
|
|
OMF, ELF and Mach-O formats for all 32-bit and 64-bit x86 platforms.
|
|
Can modify symbol names in object files. Can build, modify and convert
|
|
function libraries across platforms. Can dump object files and
|
|
executable files. Also includes a very good disassembler supporting the
|
|
SSE4, AVX, AVX2, AVX512, FMA3, FMA4, XOP and Knights Corner instruction
|
|
sets.
|
|
|
|
WWW: https://www.agner.org/optimize
|