Rizin
unix-like reverse engineering framework and cli tools
EVMInstPrinter.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh, 2018 */
3
4
#ifndef CS_EVMINSTPRINTER_H
5
#define CS_EVMINSTPRINTER_H
6
7
8
#include "capstone/capstone.h"
9
#include "../../MCInst.h"
10
#include "../../SStream.h"
11
#include "../../cs_priv.h"
12
13
struct
SStream
;
14
15
void
EVM_printInst
(
MCInst
*MI,
struct
SStream
*
O
,
void
*Info);
16
17
#endif
EVM_printInst
void EVM_printInst(MCInst *MI, struct SStream *O, void *Info)
Definition:
EVMInstPrinter.c:8
O
#define O
Definition:
rcond.c:14
MCInst
Definition:
MCInst.h:88
SStream
Definition:
SStream.h:9
subprojects
capstone-bundled
arch
EVM
EVMInstPrinter.h
Generated by
1.9.1