This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
capstone
Watch
1
Star
0
Fork
0
You've already forked capstone
mirror of
https://github.com/capstone-engine/capstone.git
synced
2025-02-12 18:08:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
capstone
/
arch
History
Nguyen Anh Quynh
bb6440c5ef
x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change
2014-06-24 21:46:54 +08:00
..
AArch64
arm64: assign NULL to char pointer, not zero. bug reported by Coverity
2014-06-18 14:04:42 +08:00
ARM
arm: op_addImm() is called only when detail mode is ON
2014-06-17 18:08:29 +08:00
Mips
mips: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free
2014-06-16 12:04:25 +08:00
PowerPC
replace offset_of with offsetof from stddef.h
2014-06-17 14:58:39 +08:00
Sparc
replace offset_of with offsetof from stddef.h
2014-06-17 14:58:39 +08:00
SystemZ
replace offset_of with offsetof from stddef.h
2014-06-17 14:58:39 +08:00
X86
x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change
2014-06-24 21:46:54 +08:00
XCore
replace offset_of with offsetof from stddef.h
2014-06-17 14:58:39 +08:00