1477 Commits (590f23af543fe34a7d3979cda92b3587d3b2207f)
 

Author SHA1 Message Date
Nguyen Anh Quynh 590f23af54 arm: do not need to initialize local variable opcode in DecodeRegListOperand() 10 years ago
Nguyen Anh Quynh 0c235e15ab arm: some simple improvements & cleanups 10 years ago
Nguyen Anh Quynh 26dfbc6677 fix indentation introduced by the latest merge. also move test_arm_regression.c into suite/arm/ and add Makefile for it 10 years ago
Nguyen Anh Quynh 5d8067822b Merge branch 'next' of https://github.com/flyingsymbols/capstone into arm 10 years ago
Nguyen Anh Quynh cf862707d6 on OSX, 'make uninstall' should clean files under /usr/local rather than /usr 10 years ago
Nguyen Anh Quynh 48eb7a6614 x86: INTO is invalid in 64bit mode. bug reported by Pancake & Ange Albertini 10 years ago
flyingsymbols 298d413bbc * added a test file to suite for testing invalid and valid instruction sequences 10 years ago
Nguyen Anh Quynh aa791a2f48 update docs/README for some sample kernel applications 10 years ago
Nguyen Anh Quynh b3dea5641a python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype 10 years ago
Nguyen Anh Quynh cbc7dd9392 python: fix test_skipdata.py after the change in the core on SKIPDATA's callback prototype 10 years ago
Nguyen Anh Quynh 027afdc179 Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. 10 years ago
Nguyen Anh Quynh 0df7e93a3c Change the prototype of the callback in SKIPDATA option. Suggested by Ben Nagy. 10 years ago
Nguyen Anh Quynh 3c0f43611d python & java: update after the last change in core on PPC_BH_NO 10 years ago
Nguyen Anh Quynh 994f336b35 ppc: rename PC_BH_NO to PC_BH_INVALID for consistency 10 years ago
Nguyen Anh Quynh 42c11bc98c python & java: update constant symbols for SystemZ's groups & PPC_BC_INVALID 10 years ago
Nguyen Anh Quynh dfc94e1a00 ppc: add PPC_BC_INVALID 10 years ago
Nguyen Anh Quynh 55cd996add sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy 10 years ago
Nguyen Anh Quynh e1fc8a83ba sparc: initialize detail->sparc in Sparc_getInstruction. bug reported by Ben Nagy 10 years ago
Nguyen Anh Quynh 4d2eba7f43 systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy 10 years ago
Nguyen Anh Quynh 39d6b2f066 systemz: initialize detail->sysz in SystemZ_getInstruction. bug reported by Ben Nagy 10 years ago
Nguyen Anh Quynh 245cac58fa python: support newly added API cs_group_name() 10 years ago
Nguyen Anh Quynh 650f96ce43 add new API cs_group_name() to return group name in string, given the group id 10 years ago
Nguyen Anh Quynh faf368b656 Merge branch 'next' into opsize 10 years ago
Nguyen Anh Quynh bcc6e53d7e OSX: install into /usr/local rather than /usr 10 years ago
Ole André Vadla Ravnås 39edca1ef6 Set `LIBARCHS` to `i386 x86_64` when building on OS X 10 years ago
Ole André Vadla Ravnås 174f9bb644 Remove accidentally left-over V=1 in the iOS build step 10 years ago
Ole André Vadla Ravnås ffc8aaa38a Fix minor style inconsistency 10 years ago
Ole André Vadla Ravnås b202b914f9 Simplify universal builds by relying on the linker to do the right thing 10 years ago
Ole André Vadla Ravnås 6583f069a7 Fix universal build support for Mac and iOS 10 years ago
Nguyen Anh Quynh e105594d7b x86: update comments for prefix[] & opcode[] fields of cs_x86 10 years ago
Nguyen Anh Quynh bb8bbaa930 x86: test reg, [mem] -> test [mem], reg. bug reported by Gabriel Quadros 10 years ago
Nguyen Anh Quynh dbdb61a9cf x86: regs_write[] of RDTSC & RDTSCP depend on @mode 10 years ago
Nguyen Anh Quynh 25b7f760ce simplify code copying @mnemonic in fill_insn() 10 years ago
Nguyen Anh Quynh d392f6ef89 simplify code copying @mnemonic in fill_insn() 10 years ago
Nguyen Anh Quynh 22ea683583 only verify x86_prefix[0] for x86 arch. bug reported by @pancake 10 years ago
Nguyen Anh Quynh 1d3100ad5b only verify x86_prefix[0] for x86 arch. bug reported by @pancake 10 years ago
Nguyen Anh Quynh 9f6ed7155a x86: add @rex to cs_x86 struct. updated python & java binding for this change 10 years ago
Guillaume Jeanne 58fe9716d9 ocaml: simplification in ocaml.c: op_count variable 10 years ago
Guillaume Jeanne da1c2d0d7d ocaml: ppc test is working 10 years ago
Guillaume Jeanne e002ac7b10 ocaml: add support of ppc 10 years ago
Guillaume Jeanne 2147194e1f ocaml: add ppc.ml with all ppc const 10 years ago
Nguyen Anh Quynh 32e2c6c9c7 x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide 10 years ago
Nguyen Anh Quynh ed6b8c5a96 x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide 10 years ago
Nguyen Anh Quynh 656ebc9625 x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide 10 years ago
Nguyen Anh Quynh af6db2afe8 x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide 10 years ago
Nguyen Anh Quynh af6825a480 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh e9476ae696 update bindings/README for C++ binding 10 years ago
Nguyen Anh Quynh 7ef3700550 x86: SHL reg, 1 has one too many operands. bug reported by Sean Heelan 10 years ago
Guillaume Jeanne 7ce90f1649 ocaml: update reg/inst/group const in x86 10 years ago
Guillaume Jeanne 0a50980831 ocaml: update reg/inst/group const in mips 10 years ago