Rizin
unix-like reverse engineering framework and cli tools
|
#include <stdio.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) |
static const char * | get_bc_name (int bc) |
void | print_insn_detail_ppc (csh handle, cs_insn *ins) |
Definition at line 10 of file cstool_ppc.c.
References PPC_BC_EQ, PPC_BC_GE, PPC_BC_GT, PPC_BC_INVALID, PPC_BC_LE, PPC_BC_LT, PPC_BC_NE, PPC_BC_NS, PPC_BC_NU, PPC_BC_SO, and PPC_BC_UN.
Referenced by print_insn_detail_ppc().
void print_insn_detail_ppc | ( | csh | handle, |
cs_insn * | ins | ||
) |
Definition at line 39 of file cstool_ppc.c.
References cs_reg_name(), get_bc_name(), handle, i, NULL, PPC_OP_CRX, PPC_OP_IMM, PPC_OP_MEM, PPC_OP_REG, PPC_REG_INVALID, printf(), and PRIx64.
Referenced by print_details().