grpc
third_party
bloaty
third_party
capstone
arch
EVM
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
capstone.h
SStream
Definition:
SStream.h:9
MCInst
Definition:
MCInst.h:88
EVM_printInst
void EVM_printInst(MCInst *MI, struct SStream *O, void *Info)
Definition:
EVMInstPrinter.c:8
grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:19