Commit Graph

1612 Commits

Author SHA1 Message Date
Nguyen Anh Quynh
7e57e79800 ppc: handle branch condition for alias instructions. this also updates Python & Java bindings 2014-09-21 13:04:50 +08:00
Nguyen Anh Quynh
9d6383973f ppc: move our own alias instructions to PPCInstPrinter.c to isolate them from auto-gen code of LLVM 2014-09-20 12:02:19 +08:00
Nguyen Anh Quynh
d37b0df762 merge PR of @kratolp 2014-09-20 11:27:07 +08:00
Nguyen Anh Quynh
9cb4d8b8cb correct COMPILE_CMAKE.TXT after the last change to names of CMake options 2014-09-20 10:59:01 +08:00
Nguyen Anh Quynh
8f67ec29e5 Added CAPSTONE prefix to CMake options 2014-09-20 10:55:50 +08:00
Yegor Derevenets
b4d78d916e Added CAPSTONE prefix to CMake options 2014-09-19 18:39:22 +02:00
Nguyen Anh Quynh
1738a3e6bf sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers 2014-09-17 00:01:04 +08:00
Nguyen Anh Quynh
7a9d19eaff python & java: update after the last PPC core update 2014-09-16 23:22:16 +08:00
kratolp
05d4b83391 Extend sign of the branch destination operand 2014-09-16 17:15:50 +02:00
kratolp
87736c1e5e Update alias of PPC branch instructions 2014-09-16 17:13:39 +02:00
Nguyen Anh Quynh
eaecfa4925 ppc: add PPC_INS_BNE for alias instruction BNE 2014-09-16 23:13:14 +08:00
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