2059 Commits (4c1d0970ca1d6fef88b9b3beaa0779aebc46fff4)
 

Author SHA1 Message Date
Nguyen Anh Quynh 90d42bced8 suite: add decoding info for 3DNow.s.cs 10 years ago
Nguyen Anh Quynh c352897bac suite: more tests added to x86odd.py 10 years ago
Nguyen Anh Quynh 9cc87876ea x86: RET imm16 comes with positive number 10 years ago
Nguyen Anh Quynh ff7bba3d6d x86: print out immediate as positive number for logic arithmetic operations: AND, OR, XOR. only works for x86 Intel syntax so far. issue reported by Pancake 10 years ago
Nguyen Anh Quynh b87f855281 x86: print negative number in memory reference address (more friendly). issue reported by @pancake 10 years ago
Nguyen Anh Quynh c2d353c454 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh ed0fbce85e suite: more test for memref (x86) 10 years ago
Nguyen Anh Quynh ff822633d9 Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh 5b92d6515f Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh 668b96c0b9 suite: make x86odd.py to test ATT syntax & some memref code 10 years ago
Nguyen Anh Quynh 2e5c0c7de0 update bindings/README 10 years ago
Nguyen Anh Quynh b16dc856a8 Makefile: check target should also run test_iter 10 years ago
Nguyen Anh Quynh e0a700dc3e Merge pull request #205 from radare/next 10 years ago
pancake 5ea5037745 Fix utf8-art 10 years ago
Nguyen Anh Quynh be98083bbb Merge branch 'next' of https://github.com/aquynh/capstone into next 10 years ago
Nguyen Anh Quynh ea980bdaac update HACK.TXT 10 years ago
Nguyen Anh Quynh 87227268aa Merge pull request #204 from zneak/xcodeproj 10 years ago
Félix Cloutier 774d584541 Changed framework install path to @rpath, other changes to project file 10 years ago
Nguyen Anh Quynh a65d7ef5fa java/ocaml/python: update bindings after the last change on generic instruction groups 10 years ago
Nguyen Anh Quynh c2ea812ea7 fix cs_group_name() after the change on generic group ids 10 years ago
Nguyen Anh Quynh 3ab509192a use common instruction groups across all architectures. this adds cs_group_type to capstone.h. suggestion by @zneak 10 years ago
Nguyen Anh Quynh 69271ddf74 java/ocaml/python: add the missing generic instruction operand types 10 years ago
Nguyen Anh Quynh b0464ef805 java/python/ocaml: update bindings after the last changes on operand types 10 years ago
Nguyen Anh Quynh c58e704517 do not need to explicitly assign values for operand types in the last commit 10 years ago
Nguyen Anh Quynh 21ac056728 use common operand types across all architectures. this adds cs_op_type to capstone.h. suggestion by @zneak 10 years ago
Nguyen Anh Quynh 6c0dd63fe7 fix an overflow bug in fill_insn() 10 years ago
Nguyen Anh Quynh 2f5081c1f9 tests: remove broken test on Mips's Micro mode 10 years ago
Nguyen Anh Quynh 5720cb7ae1 tests: add tests for mips's modes: MIPS32R6 & MICRO (C & Python code) 10 years ago
Nguyen Anh Quynh 1084f3afda mips: properly support modes MIPS32R6 & CS_MODE_MIPSGP64 10 years ago
Nguyen Anh Quynh a18abdd178 capstone.h: coding style 10 years ago
Nguyen Anh Quynh 67d8205545 update TODO 10 years ago
Nguyen Anh Quynh ad449b59cb suite: compile test_arm_regression.c with proper include & change cs_disasm_ex() to cs_disasm() 10 years ago
flyingsymbols d91f964d40 * Fixed bug in Thumb2 pop caused by me incorrectly assuming that 10 years ago
Nguyen Anh Quynh 11f8e7c596 arm: B, BL, BX, BLX, BXJ belong to ARM_GRP_JUMP group. issue reported by @nanomad 10 years ago
Nguyen Anh Quynh edbee24c46 update README 10 years ago
Nguyen Anh Quynh 024e55ebeb capstone.h: add notes on cs_disasm() vs cs_disasm_iter() 10 years ago
Nguyen Anh Quynh 257ea59241 newline 10 years ago
Nguyen Anh Quynh bc01e2caea update README 10 years ago
Nguyen Anh Quynh 58086346bc java/python/ocaml: update after latest changes in x86.h 10 years ago
Nguyen Anh Quynh de65619fa8 x86: add prefix constants X86_PREFIX_*. suggested by Pancake 10 years ago
Nguyen Anh Quynh 85cfb1839c x86: get rid of redundant X86_INS_LOCK/REP/RENE. issue reported by Pancake 10 years ago
Nguyen Anh Quynh bec9af7f6d java: update after the latest change on PPC in the core 10 years ago
Nguyen Anh Quynh 9dbb2f0b32 ocaml: update after the latest change on PPC in the core 10 years ago
Nguyen Anh Quynh 4d2c362aa6 python: update after the latest change on PPC in the core 10 years ago
Nguyen Anh Quynh aeaff79290 ppc: change type of ppc_op_crx.cond type to ppc_bc 10 years ago
Nguyen Anh Quynh fcc5673070 ppc.h: add a comment for ppc_op_crx 10 years ago
kratolp 5c0d9a4ade Add '4*cri+cond' to operand list 10 years ago
Nguyen Anh Quynh ca686e18a5 Merge branch 'xcodeproj' of https://github.com/zneak/capstone into xcode 10 years ago
Nguyen Anh Quynh 7afa741c54 update CREDITS.TXT 10 years ago
Nguyen Anh Quynh c41da15017 capstone.h: change cs_disasm to cs_disasm_iter in some places 10 years ago