This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
capstone
mirror of
https://gitlab.com/qemu-project/capstone.git
Watch
1
Star
0
Fork
You've already forked capstone
0
Code
Issues
Projects
Releases
Wiki
Activity
ad449b59cb
capstone
/
include
History
Nguyen Anh Quynh
024e55ebeb
capstone.h: add notes on cs_disasm() vs cs_disasm_iter()
2014-10-20 23:32:06 +08:00
..
arm.h
arm: some operands can get subtracted from base register, thus have '-' sign associated. this adds subtracted field into cs_arm_op to provide this info. issue reported by Yegor Derevenets
2014-10-06 20:27:25 +08:00
arm64.h
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
2014-09-29 17:15:25 +08:00
capstone.h
capstone.h: add notes on cs_disasm() vs cs_disasm_iter()
2014-10-20 23:32:06 +08:00
mips.h
mips: remove MIPS_REG_PC register. reviewed by Jay Oster
2014-10-10 21:11:50 +08:00
platform.h
stdbool.h is only available in C99-supported compiler
2014-05-15 21:01:08 +08:00
ppc.h
ppc: change type of ppc_op_crx.cond type to ppc_bc
2014-10-17 21:36:38 +08:00
sparc.h
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
2014-09-29 17:15:25 +08:00
systemz.h
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
2014-09-29 17:15:25 +08:00
x86.h
x86: add prefix constants X86_PREFIX_*. suggested by Pancake
2014-10-18 06:15:49 +08:00
xcore.h
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
2014-09-29 17:15:25 +08:00