Nguyen Anh Quynh
|
bd85448c2d
|
update CREDITS.TXT
|
2014-09-16 08:42:20 +08:00 |
Nguyen Anh Quynh
|
36567558b7
|
mips: cleanup
|
2014-09-15 15:25:19 +08:00 |
Nguyen Anh Quynh
|
41de05ca50
|
x86: correct x86_16_bit_eq_tbl[] & x86_16_bit_eq_lookup[]. idea & code provided by @obs1dium
|
2014-09-15 15:24:05 +08:00 |
Nguyen Anh Quynh
|
72bbcacb88
|
x86: temporarily solve conflicts caused by the last merge
|
2014-09-15 14:17:49 +08:00 |
Nguyen Anh Quynh
|
f46ef2e0fe
|
ppc: alias instruction for 'gBC 4, 2, target' to 'bne target'. issue reported by @kratolp
|
2014-09-15 12:12:10 +08:00 |
Nguyen Anh Quynh
|
1f196d12ea
|
x86: CALLpcrel32 should be outputed as 'callq' in 64bit mode in AT&T syntax. ported from upstream
|
2014-09-10 00:00:55 +08:00 |
Nguyen Anh Quynh
|
9728200d1d
|
x86: cpuid, xsetbv, xgetbv involve 32bit registers, not 64bit registers.
|
2014-09-09 11:30:20 +08:00 |
Nguyen Anh Quynh
|
2c425fcbe2
|
correct an incorrect comment on default value of skipdata mnem: .db -> .byte. bug reported by Ben Nagy
|
2014-09-07 09:46:54 +08:00 |
Nguyen Anh Quynh
|
721d07f6b2
|
ppc: support alias instructions. update Python & Java bindings accordingly
|
2014-09-04 12:03:31 +08:00 |
Nguyen Anh Quynh
|
25538b04bb
|
python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy
|
2014-09-03 11:22:18 +08:00 |
Nguyen Anh Quynh
|
04d9f8ee17
|
arm: update core with a lot more details provided in detail mode now. update Python & Java bindings to reflect the core's changes
|
2014-09-01 23:27:24 +08:00 |
Nguyen Anh Quynh
|
17d1d0055e
|
Merge pull request #172 from mrexodia/msvc_branch
changed ImportLibrary name from capstone_dll to 'capstone_dll.lib'
|
2014-08-30 20:57:22 +08:00 |
Mr. eXoDia
|
e268f46068
|
changed ImportLibrary name from capstone_dll to 'capstone_dll.lib'
|
2014-08-30 14:49:16 +02:00 |
Nguyen Anh Quynh
|
e0eb06b7ab
|
mips: correct mapping instruction string to instruction ID for alias instructions BAL & BEQZ. bug reported by Pancake
|
2014-08-29 22:40:38 +08:00 |
Nguyen Anh Quynh
|
4f0d7048cd
|
arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1
|
2014-08-29 15:11:23 +08:00 |
Nguyen Anh Quynh
|
eda85064ee
|
mips: add BC1T & BLTZAL to the list of relative branch instructions. thanks @hlide for the input.
|
2014-08-29 09:58:07 +08:00 |
Nguyen Anh Quynh
|
d1a9090eab
|
mips: relative branch address calculated current IP added to the relative offset. thanks Pancake, Jay Oster, hlide & jvoisin for helping
|
2014-08-28 11:36:57 +08:00 |
Nguyen Anh Quynh
|
0beb0d494b
|
api: get back the old API cs_disasm() & mark cs_disasm_ex() deprecated. cs_disasm_ex() will be removed in the future
|
2014-08-27 22:55:29 +08:00 |
Nguyen Anh Quynh
|
237204970d
|
Merge branch 'v3' of https://github.com/aquynh/capstone into v3
|
2014-08-27 22:36:56 +08:00 |
Nguyen Anh Quynh
|
0c07cc9b06
|
zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode
|
2014-08-27 22:31:54 +08:00 |
Nguyen Anh Quynh
|
934e180e54
|
x86: more update to the core
|
2014-08-27 21:59:25 +08:00 |
Nguyen Anh Quynh
|
4c95022c74
|
fix warnings on unused variables when compiling in Diet mode
|
2014-08-27 18:33:38 +08:00 |
Nguyen Anh Quynh
|
5426fe0cec
|
arm64: change headerguard for AArch64AddressingModes.h
|
2014-08-27 15:17:40 +08:00 |
Nguyen Anh Quynh
|
d17e28c7de
|
cmake: rename static library libcapstone.lib to capstone.lib
|
2014-08-27 10:57:43 +08:00 |
Nguyen Anh Quynh
|
c44acedc79
|
x86: properly zero-out x86.operands[]
|
2014-08-27 10:38:40 +08:00 |
Nguyen Anh Quynh
|
8a429c25ff
|
Merge branch 'v3' of https://github.com/aquynh/capstone into v3
|
2014-08-26 23:53:54 +08:00 |
Mr. eXoDia
|
66ca55f3c4
|
updated gitignore to ignore the ipch/ directory (MSVC specific)
|
2014-08-26 23:51:33 +08:00 |
Mr. eXoDia
|
9be1f93f88
|
fixed warnings in MSVC x64 compilation
|
2014-08-26 23:51:12 +08:00 |
Mr. eXoDia
|
0693809980
|
fixed compile errors on visual studio (variable declarations in C have to be in the top of the function)
|
2014-08-26 23:50:53 +08:00 |
Nguyen Anh Quynh
|
5df81b4ab9
|
fix a c99 warning
|
2014-08-26 16:49:28 +08:00 |
Nguyen Anh Quynh
|
f41dc3222a
|
Merge branch 'v3' of https://github.com/aquynh/capstone into v3
|
2014-08-26 16:42:55 +08:00 |
Nguyen Anh Quynh
|
4b6b15fcb1
|
fix more MSVC warnings
|
2014-08-26 15:57:04 +08:00 |
Nguyen Anh Quynh
|
07c92ec20a
|
fix warnings reported by MSVC
|
2014-08-26 15:35:11 +08:00 |
Nguyen Anh Quynh
|
ed1234a892
|
xcore: update core
|
2014-08-26 14:11:09 +08:00 |
Nguyen Anh Quynh
|
a7792ae488
|
systemz: update core. also update Python & Java bindings
|
2014-08-26 12:14:25 +08:00 |
Nguyen Anh Quynh
|
14b684e07d
|
last commit missed a check
|
2014-08-25 23:45:52 +08:00 |
Nguyen Anh Quynh
|
b1e87e3e31
|
arm, mips, ppc, spac, x86: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands
|
2014-08-25 23:27:33 +08:00 |
Nguyen Anh Quynh
|
8027adad6c
|
arm64: refine output of some instructions to make them match available test suites
|
2014-08-25 23:20:59 +08:00 |
Nguyen Anh Quynh
|
62af137a81
|
arm64: printAliasInstr() should handle \t (besides space) as separate char between mnemonic & operands
|
2014-08-25 22:30:10 +08:00 |
Nguyen Anh Quynh
|
212a01712a
|
java: update after the latest changes in the core on arm64
|
2014-08-25 17:39:14 +08:00 |
Nguyen Anh Quynh
|
5166236e1c
|
python: update after the latest changes in the core on arm64
|
2014-08-25 17:28:34 +08:00 |
Nguyen Anh Quynh
|
c286b346c6
|
Merge branch 'arm64' into v3
|
2014-08-25 17:01:53 +08:00 |
Nguyen Anh Quynh
|
0efef5dd48
|
solve some conflicts when merging -next into -v3
|
2014-08-25 17:01:45 +08:00 |
Nguyen Anh Quynh
|
46a74e53b7
|
arm64: update core. this added a lot more details to cs_arm64_op struct
|
2014-08-25 16:47:12 +08:00 |
Nguyen Anh Quynh
|
ffb6b23c7d
|
x86: add SMAP group for CLAC/STAC instructions
|
2014-08-22 14:47:29 +07:00 |
Nguyen Anh Quynh
|
c1a44f1437
|
python: fix a typo in @propery skipdata.setter
|
2014-08-21 12:25:47 +08:00 |
Nguyen Anh Quynh
|
78c4876390
|
Merge branch 'cs_insn_const' of https://github.com/obs1dium/capstone into next
|
2014-08-21 08:44:28 +08:00 |
obs
|
876b6b6a33
|
use const when passing cs_insn pointers
|
2014-08-21 00:57:04 +02:00 |
Nguyen Anh Quynh
|
73cde40ac7
|
python & java: add new error codes CS_ERR_X86_ATT & CS_ERR_X86_INTEL
|
2014-08-20 14:08:35 +08:00 |
Nguyen Anh Quynh
|
663829431e
|
x86: return proper error if cs_option() enables AT&T syntax but AT&T support is opt-out at compile time
|
2014-08-20 14:02:14 +08:00 |