Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What target architectures does libopdis support?

0
Posted

What target architectures does libopdis support?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123