[][src]Function xed_sys::xed_decoded_inst_dump_xed_format

pub unsafe extern "C" fn xed_decoded_inst_dump_xed_format(
    p: *const xed_decoded_inst_t,
    buf: *mut c_char,
    buflen: c_int,
    runtime_address: u64
) -> xed_bool_t

@ingroup PRINT Print the instruction information in a verbose format. This is for debugging. @param p a #xed_decoded_inst_t for a decoded instruction @param buf a buffer to write the disassembly in to. @param buflen maximum length of the disassembly buffer @param runtime_address the address of the instruction being disassembled. If zero, the offset is printed for relative branches. If nonzero, XED attempts to print the target address for relative branches. @return Returns 0 if the disassembly fails, 1 otherwise.