Some functions in this library provide ABI-specific descriptions.
The supported ABIs are named by the
enum sysdecode_abi
enumeration.
SYSDECODE_ABI_FREEBSD
|
Native FreeBSD binaries.
Supported on all platforms.
|
SYSDECODE_ABI_FREEBSD32
|
32-bit FreeBSD binaries.
Supported on amd64 and powerpc64.
|
SYSDECODE_ABI_LINUX
|
Linux binaries of the same platform.
Supported on amd64, i386, and arm64.
|
SYSDECODE_ABI_LINUX32
|
32-bit Linux binaries.
Supported on amd64.
|
SYSDECODE_ABI_CLOUDABI32
|
32-bit CloudABI binaries.
Supported on all platforms.
|
SYSDECODE_ABI_CLOUDABI64
|
64-bit CloudABI binaries.
Supported on all platforms.
|
SYSDECODE_ABI_UNKNOWN
|
A placeholder for use when the ABI is not known.
|