What target architectures does libopdis support?
libopdis will support whatever architectures are supported by the locally-installed GNU binutils. The list of architectures and file formats that binutils supports can be displayed by running objdump -i. Note that basic support for an architecture only means that the ascii, offset, vma, size, and bytes fields of the opdis_insn_t are guaranteed to be filled. All other fields, including the operand list, require that an architecture-specific decoder function be invoked by libopdis. Use the status field to determine if any of these additional fields have been filled. Currently, libopdis ships only with an i386 (x86, x86-64) decoder.