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_evm (csh handle, cs_insn *ins) |
void print_insn_detail_evm | ( | csh | handle, |
cs_insn * | ins | ||
) |
Definition at line 8 of file cstool_evm.c.
References cs_evm::fee, NULL, cs_evm::pop, printf(), and cs_evm::push.
Referenced by print_details().