|
Data Structures |
| struct | xed_format_options_t |
| | Options for the disasembly formatting functions. More...
|
| struct | xed_print_info_t |
| | This contains the information used by the various disassembly printers. More...
|
xed_decoded_inst_t Printers |
| XED_DLL_EXPORT void | xed_decoded_inst_dump (const xed_decoded_inst_t *p, char *buf, int buflen) |
| | Print out all the information about the decoded instruction to the buffer buf whose length is maximally buflen.
|
| XED_DLL_EXPORT xed_bool_t | xed_decoded_inst_dump_xed_format (const xed_decoded_inst_t *p, char *buf, int buflen, xed_uint64_t runtime_address) |
| | Print the instruction information in a verbose format.
|
| XED_DLL_EXPORT xed_bool_t | xed_format_context (xed_syntax_enum_t syntax, const xed_decoded_inst_t *xedd, char *out_buffer, int buffer_len, xed_uint64_t runtime_instruction_address, void *context, xed_disassembly_callback_fn_t symbolic_callback) |
| | Disassemble the decoded instruction using the specified syntax.
|
| XED_DLL_EXPORT xed_bool_t | xed_format_generic (xed_print_info_t *pi) |
| | Disassemble the instruction information to a buffer.
|
Formatting options |
| XED_DLL_EXPORT void | xed_format_set_options (xed_format_options_t format_options) |
| | Optionally, customize the disassembly formatting options by passing in a xed_format_options_t structure.
|
Typedefs |
| typedef int(* | xed_disassembly_callback_fn_t )(xed_uint64_t address, char *symbol_buffer, xed_uint32_t buffer_length, xed_uint64_t *offset, void *context) |
Functions |
| XED_DLL_EXPORT void | xed_init_print_info (xed_print_info_t *pi) |