Nguyen Anh Quynh
|
acbafc6d75
|
ocaml/python/java: fix some broken arm64 constants generated by const_generator.py
|
10 years ago |
Nguyen Anh Quynh
|
54f8cef449
|
mips: add JR.HB & JALR.HB instructions. also update Ocaml/Python/Java bindings
|
10 years ago |
Nguyen Anh Quynh
|
7ac7d4e245
|
mips: on BEQZL, printAlias() should return instruction string. also cleanup some redundant code
|
10 years ago |
Nguyen Anh Quynh
|
240e1c75be
|
mips: print absolute target address for relative branch instructions: BEQL, BGEZALL, BGEZL, BGTZL, BLEZL, BLTZALL, BLTZL, BNEL, BNEZL, BEQZL, BC1F, BC1FL, BC1TL
|
10 years ago |
Nguyen Anh Quynh
|
5691dd4637
|
mips: fixed & added new instructions. also updated Ocaml/Python/Java bindings
|
10 years ago |
Nguyen Anh Quynh
|
4e87675c54
|
arm: relative branch should not be negative. bug reported by @acez
|
10 years ago |
Nguyen Anh Quynh
|
a4da8951e7
|
x86: relative CALL should print out absolute addresses. bug reported by @acez
|
10 years ago |
Nguyen Anh Quynh
|
b339297eac
|
Merge pull request #181 from yegord/v3
Fixed a typo in a CMake option name
|
10 years ago |
Yegor Derevenets
|
ebc4ced3cf
|
Fixed a typo in a CMake option name
|
10 years ago |
Nguyen Anh Quynh
|
e483c6e31d
|
ocaml: update constants
|
10 years ago |
Nguyen Anh Quynh
|
7e181fb509
|
merge PR of @yegord
|
10 years ago |
Nguyen Anh Quynh
|
a301cad09d
|
Merge branch 'v3' of https://github.com/aquynh/capstone into v3
|
10 years ago |
Nguyen Anh Quynh
|
0e755cff51
|
Merge branch 'next' into test
|
10 years ago |
Nguyen Anh Quynh
|
a22d300c57
|
ocaml: add missing ARM64 instructions to arm64_const.ml. also handle arithmetic operations |, << properly for Ocaml in const_generator.py
|
10 years ago |
Yegor Derevenets
|
ced9d24e35
|
Workaround missing <inttypes.h> on MSVC 2010
|
10 years ago |
Nguyen Anh Quynh
|
586be76d73
|
ocaml: separate constants into separate files, which are actually autogen by const_generator.py
|
10 years ago |
Nguyen Anh Quynh
|
323114680e
|
Merge pull request #178 from yegord/install-platform-h
platform.h must be also installed
|
10 years ago |
Yegor Derevenets
|
17176cd838
|
platform.h must be also installed
|
10 years ago |
Nguyen Anh Quynh
|
7e57e79800
|
ppc: handle branch condition for alias instructions. this also updates Python & Java bindings
|
10 years ago |
Nguyen Anh Quynh
|
9d6383973f
|
ppc: move our own alias instructions to PPCInstPrinter.c to isolate them from auto-gen code of LLVM
|
10 years ago |
Nguyen Anh Quynh
|
d37b0df762
|
merge PR of @kratolp
|
10 years ago |
Nguyen Anh Quynh
|
9cb4d8b8cb
|
correct COMPILE_CMAKE.TXT after the last change to names of CMake options
|
10 years ago |
Nguyen Anh Quynh
|
8f67ec29e5
|
Added CAPSTONE prefix to CMake options
|
10 years ago |
Yegor Derevenets
|
b4d78d916e
|
Added CAPSTONE prefix to CMake options
|
10 years ago |
Nguyen Anh Quynh
|
1738a3e6bf
|
sparc: handle some alias instructions & more details for some special instructions. update Python & Java bindings accordingly with new instructions & registers
|
10 years ago |
Nguyen Anh Quynh
|
7a9d19eaff
|
python & java: update after the last PPC core update
|
10 years ago |
kratolp
|
05d4b83391
|
Extend sign of the branch destination operand
|
10 years ago |
kratolp
|
87736c1e5e
|
Update alias of PPC branch instructions
|
10 years ago |
Nguyen Anh Quynh
|
eaecfa4925
|
ppc: add PPC_INS_BNE for alias instruction BNE
|
10 years ago |
Nguyen Anh Quynh
|
bd85448c2d
|
update CREDITS.TXT
|
10 years ago |
Nguyen Anh Quynh
|
36567558b7
|
mips: cleanup
|
10 years ago |
Nguyen Anh Quynh
|
41de05ca50
|
x86: correct x86_16_bit_eq_tbl[] & x86_16_bit_eq_lookup[]. idea & code provided by @obs1dium
|
10 years ago |
Nguyen Anh Quynh
|
72bbcacb88
|
x86: temporarily solve conflicts caused by the last merge
|
10 years ago |
Nguyen Anh Quynh
|
f46ef2e0fe
|
ppc: alias instruction for 'gBC 4, 2, target' to 'bne target'. issue reported by @kratolp
|
10 years ago |
Nguyen Anh Quynh
|
1f196d12ea
|
x86: CALLpcrel32 should be outputed as 'callq' in 64bit mode in AT&T syntax. ported from upstream
|
10 years ago |
Nguyen Anh Quynh
|
9728200d1d
|
x86: cpuid, xsetbv, xgetbv involve 32bit registers, not 64bit registers.
|
10 years ago |
Nguyen Anh Quynh
|
2c425fcbe2
|
correct an incorrect comment on default value of skipdata mnem: .db -> .byte. bug reported by Ben Nagy
|
10 years ago |
Nguyen Anh Quynh
|
721d07f6b2
|
ppc: support alias instructions. update Python & Java bindings accordingly
|
10 years ago |
Nguyen Anh Quynh
|
25538b04bb
|
python: test_arm.py should handle SYSREG operand. issue reported by Ben Nagy
|
10 years ago |
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
|
10 years ago |
Nguyen Anh Quynh
|
17d1d0055e
|
Merge pull request #172 from mrexodia/msvc_branch
changed ImportLibrary name from capstone_dll to 'capstone_dll.lib'
|
10 years ago |
Mr. eXoDia
|
e268f46068
|
changed ImportLibrary name from capstone_dll to 'capstone_dll.lib'
|
10 years ago |
Nguyen Anh Quynh
|
e0eb06b7ab
|
mips: correct mapping instruction string to instruction ID for alias instructions BAL & BEQZ. bug reported by Pancake
|
10 years ago |
Nguyen Anh Quynh
|
4f0d7048cd
|
arm64: vector_index = 0 is valid. this changed invalid value of vector_index to -1
|
10 years ago |
Nguyen Anh Quynh
|
eda85064ee
|
mips: add BC1T & BLTZAL to the list of relative branch instructions. thanks @hlide for the input.
|
10 years ago |
Nguyen Anh Quynh
|
d1a9090eab
|
mips: relative branch address calculated current IP added to the relative offset. thanks Pancake, Jay Oster, hlide & jvoisin for helping
|
10 years ago |
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
|
10 years ago |
Nguyen Anh Quynh
|
237204970d
|
Merge branch 'v3' of https://github.com/aquynh/capstone into v3
|
10 years ago |
Nguyen Anh Quynh
|
0c07cc9b06
|
zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode
|
10 years ago |
Nguyen Anh Quynh
|
934e180e54
|
x86: more update to the core
|
10 years ago |