Rizin
unix-like reverse engineering framework and cli tools
PPCModule.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Travis Finkenauer <tmfinken@gmail.com>, 2018 */
3
4
#ifndef CS_POWERPC_MODULE_H
5
#define CS_POWERPC_MODULE_H
6
7
#include "../../utils.h"
8
9
cs_err
PPC_global_init
(
cs_struct
*ud);
10
cs_err
PPC_option
(
cs_struct
*
handle
,
cs_opt_type
type
,
size_t
value
);
11
12
#endif
PPC_option
cs_err PPC_option(cs_struct *handle, cs_opt_type type, size_t value)
PPC_global_init
cs_err PPC_global_init(cs_struct *ud)
handle
static mcore_handle handle
Definition:
asm_mcore.c:8
cs_opt_type
cs_opt_type
Runtime option for the disassembled engine.
Definition:
capstone.h:168
value
static int value
Definition:
cmd_api.c:93
type
int type
Definition:
mipsasm.c:17
cs_struct
Definition:
cs_priv.h:54
subprojects
capstone-bundled
arch
PowerPC
PPCModule.h
Generated by
1.9.1