Intel® X86 Encoder Decoder
Loading...
Searching...
No Matches
xed-disas.h File Reference
#include "xed-types.h"

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)
 A xed_disassembly_callback_fn_t takes an address, a pointer to a symbol buffer of buffer_length bytes, and a pointer to an offset.