Rizin
unix-like reverse engineering framework and cli tools
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
b
d
e
h
i
k
n
p
r
s
w
Properties
Events
Related Functions
Files
File List
File Members
All
$
.
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
.
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Friends
Macros
Modules
Pages
XCoreDisassembler.h
Go to the documentation of this file.
1
/* Capstone Disassembly Engine */
2
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2015 */
3
4
#ifndef CS_XCOREDISASSEMBLER_H
5
#define CS_XCOREDISASSEMBLER_H
6
7
#include "capstone/capstone.h"
8
#include "../../MCRegisterInfo.h"
9
#include "../../MCInst.h"
10
11
void
XCore_init
(
MCRegisterInfo
*MRI);
12
13
bool
XCore_getInstruction
(
csh
ud,
const
uint8_t
*
code
,
size_t
code_len,
14
MCInst
*instr,
uint16_t
*
size
,
uint64_t
address,
void
*
info
);
15
16
#endif
17
XCore_getInstruction
bool XCore_getInstruction(csh ud, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info)
XCore_init
void XCore_init(MCRegisterInfo *MRI)
info
RzBinInfo * info(RzBinFile *bf)
Definition:
bin_ne.c:86
csh
size_t csh
Definition:
capstone.h:71
size
voidpf void uLong size
Definition:
ioapi.h:138
uint16_t
unsigned short uint16_t
Definition:
sftypes.h:30
uint64_t
unsigned long uint64_t
Definition:
sftypes.h:28
uint8_t
unsigned char uint8_t
Definition:
sftypes.h:31
MCInst
Definition:
MCInst.h:88
MCRegisterInfo
Definition:
MCRegisterInfo.h:78
code
Definition:
inftree9.h:24
subprojects
capstone-bundled
arch
XCore
XCoreDisassembler.h
Generated by
1.9.1