Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.h>
#include <stdlib.h>
#include <capstone/capstone.h>
Go to the source code of this file.
Functions | |
void | print_string_hex (char *comment, unsigned char *str, size_t len) |
void | print_insn_detail_mips (csh handle, cs_insn *ins) |
void print_insn_detail_mips | ( | csh | handle, |
cs_insn * | ins | ||
) |
Definition at line 11 of file cstool_mips.c.
References cs_reg_name(), handle, i, MIPS_OP_IMM, MIPS_OP_MEM, MIPS_OP_REG, MIPS_REG_INVALID, NULL, printf(), and PRIx64.
Referenced by print_details().