- ffc8aaa Fix minor style inconsistency by Ole André Vadla Ravnås · 10 years ago
- b202b91 Simplify universal builds by relying on the linker to do the right thing by Ole André Vadla Ravnås · 10 years ago
- 6583f06 Fix universal build support for Mac and iOS by Ole André Vadla Ravnås · 10 years ago
- 8c0ab86 rename CCLD to LINK by Nguyen Anh Quynh · 10 years ago
- 0936b56 rename libcapstone.dll to capstone.dll, libcapstone.lib to capstone.lib for Windows platform by Nguyen Anh Quynh · 10 years ago
- c80d840 add XCore architecture by Nguyen Anh Quynh · 10 years ago
- 2c61656 tests: correct the prototype of mycallback() in test_skipdata by Nguyen Anh Quynh · 10 years ago
- 50fdc6c Merge with upstream by danghvu · 10 years ago
- 69a7c2d Make test_skipdata performs tests by default by danghvu · 10 years ago
- cb2c4f9 test_x86: output sib_base, sib_index, sib_scale separately by Nguyen Anh Quynh · 10 years ago
- 9389353 tests: fix warnings caused by unused variable/function in test_skipdata.c by Nguyen Anh Quynh · 10 years ago
- 76087d2 rename static library extension to .lib for cross-windows building by Nguyen Anh Quynh · 10 years ago
- b07523f Merge branch 'next' into msvc2 by Nguyen Anh Quynh · 10 years ago
- 595386c do not overwrite LDFLAGS in tests/Makefile by Nguyen Anh Quynh · 10 years ago
- de2dff4 fixed test_skipdata.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- d3eb98b fixed test_detail.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- e116c51 fixed test_ppc.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- a072459 fixed test_mips.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- ca16d0c fixed test_arm64.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- 6b2395f fixed test_arm.c for VS2012 by Axel 0vercl0k Souchet · 10 years ago
- e47b812 test_x86.c now works on VS2012 by Axel 0vercl0k Souchet · 10 years ago
- 42706a3 indentation with tab by Nguyen Anh Quynh · 10 years ago
- 779d4c7 first changes to get a successfully compiled version of capstone on VS2012 by Axel 0vercl0k Souchet · 10 years ago
- 80c8c1f Remove unneeded -fPIC in tests by danghvu · 10 years ago
- 6150a72 Initialize CFLAGS and LDFLAGS properly for test by danghvu · 10 years ago
- 58a0047 Makefile: put common functions into functions.mk by Nguyen Anh Quynh · 11 years ago
- 927fcbc Makefile: make it possible to avoid building static/shared library by Ole André Vadla Ravnås · 11 years ago
- f536d40 Makefile: implement a "silent rules" approach by Ole André Vadla Ravnås · 11 years ago
- 7a73439 Makefile: allow `BUILDDIR` to be a relative path by Ole André Vadla Ravnås · 11 years ago
- 544ba8b Makefile: fix implicit rule pre-requisite by Ole André Vadla Ravnås · 11 years ago
- c920daf Makefile: fix out-of-tree build regression by Ole André Vadla Ravnås · 11 years ago
- 5519a68 Makefile: fix clean targets and put all test binaries under BUILDIR/tests/ by Nguyen Anh Quynh · 11 years ago
- 35f937d Adapt core build system to allow building out-of-tree by Ole André Vadla Ravnås · 11 years ago
- 42288ac SKIPDATA: add 1 more argument to callback function pointing to the input buffer of cs_disasm_ex() by Nguyen Anh Quynh · 11 years ago
- 943cb2d tests: add more example on customizing SKIPDATA mode to test_skipdata.c by Nguyen Anh Quynh · 11 years ago
- 655c702 tests: more C89 fixes by Nguyen Anh Quynh · 11 years ago
- 8118bcd tests: add example code on how to rename 'data' instruction's mnemonic of SKIPDATA mode by Nguyen Anh Quynh · 11 years ago
- 5b556e5 tests: C89 by Nguyen Anh Quynh · 11 years ago
- b64d1cf refine the comments for Skipdata sample code by Nguyen Anh Quynh · 11 years ago
- 2579a3f systemz: add a missing operand for instructions involving PCRel by Nguyen Anh Quynh · 11 years ago
- c825819 tests: add test_skipdata.c & do not test SKIPDATA in test.c anymore by Nguyen Anh Quynh · 11 years ago
- 7eff377 tests: fix typo referencing X86 in test_systemz.c. bug reported by Ben Nagy by Nguyen Anh Quynh · 11 years ago
- 54015f4 tests: add sanity check on insn->detail, since it can be NULL when SKIPDATA option is ON by Nguyen Anh Quynh · 11 years ago
- e4fae87 systemz: support length for Mem op by Nguyen Anh Quynh · 11 years ago
- d5ef3b8 test: cleanup test.c by Nguyen Anh Quynh · 11 years ago
- da1e833 systemz: support accesss register operand by Nguyen Anh Quynh · 11 years ago
- cf2f9e1 tests: fix test_systemz.c following last changes on SystemZ's Op by Nguyen Anh Quynh · 11 years ago
- 48a14ca add SystemZ arch by Nguyen Anh Quynh · 11 years ago
- 2ff665a arm: support asm syntax CS_OPT_SYNTAX_NOREGNAME to print out registers with numbers (ex: 'r11' rather than 'fp') by Nguyen Anh Quynh · 11 years ago
- ea9f4b1 sparc: add SparcV9 tests by Nguyen Anh Quynh · 11 years ago
- 78153f5 sparc: add SWAP instruction by Nguyen Anh Quynh · 11 years ago
- 05e2713 core: add Sparc arch by Nguyen Anh Quynh · 11 years ago
- 8abb345 tests: only compile tests for selected archs. bug reported by @osxreverser by Nguyen Anh Quynh · 11 years ago
- 226d7dc change API cs_close() to take pointer to handle as argument. this lets us invalidate the closed handle by Nguyen Anh Quynh · 11 years ago
- 4914691 tests: continue to next tests rather than quit when failing to initialize a test by Nguyen Anh Quynh · 11 years ago
- ceae16d tests: report error when cs_open() failure by Nguyen Anh Quynh · 11 years ago
- d80cede last change to support BSD broke cross-comple. fix Makefile so cross-compile work again by Nguyen Anh Quynh · 11 years ago
- 73b6068 build: switch from hardcoded gcc to default c compiler by opn · 11 years ago
- bdd1e34 remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option by Nguyen Anh Quynh · 11 years ago
- d159a03 tests: proper extensions for newly added static executables by Nguyen Anh Quynh · 11 years ago
- 7864786 Add test binary for static link by danghvu · 11 years ago
- 39b812d switch detail to be CS_OPT_OFF by default by Nguyen Anh Quynh · 11 years ago
- f122ae0 tests: simplify some accesses to insn's details, and fix some typo bugs by Nguyen Anh Quynh · 11 years ago
- 91e532d print out ppc_bh information in test_ppc.c & TestPpc.java by Nguyen Anh Quynh · 11 years ago
- f1d489b ppc: support details information by Nguyen Anh Quynh · 11 years ago
- e29eaf9 tests: use LDFLAGS to link test files - this is to make Gentoo happy by Nguyen Anh Quynh · 11 years ago
- 0d001bb tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov by Nguyen Anh Quynh · 11 years ago
- 34ce2a5 tests: dummy setup LDFLAGS for Gentoo by Nguyen Anh Quynh · 11 years ago
- 5f1f90c fix for the last commit, and make the test code no longer specify ppc code as 64bit by Nguyen Anh Quynh · 11 years ago
- 42c6b1a initial support for PPC by Nguyen Anh Quynh · 11 years ago
- 4ca8511 tests: do not use -L option for clang by Nguyen Anh Quynh · 11 years ago
- 04c19be rename API cs_disasm_dyn() to cs_disasm_ex(), and intentionally breaks compatibility with 1.0 by Nguyen Anh Quynh · 11 years ago
- 4fe224b change API cs_disasm_dyn(): break cs_insn into 2 structures, and put all details into new structure cs_detail. this break API compatibility by Nguyen Anh Quynh · 11 years ago
- 397d0de tests: simplify print_insn_detail() function by deleting unused argument by Nguyen Anh Quynh · 11 years ago
- 4d3e852 detail option: provide instruction id even when detail option is OFF by Nguyen Anh Quynh · 11 years ago
- 9d94651 arm64: fix AArch64_getFeatureBits() by Nguyen Anh Quynh · 11 years ago
- bdaf3b5 x86: delete useless constant values assigned for instructions in x86.h by Nguyen Anh Quynh · 11 years ago
- 6677b99 arm: fix a wrong calculation on sign of .disp value in mem reference by Nguyen Anh Quynh · 11 years ago
- 9f523d1 mips: properly map alias instruction back to public id. this fixes the crash reported by Pancake by Nguyen Anh Quynh · 11 years ago
- b4ce383 x86: map xstorerng alias instruction back to xstore. bug reported by Nicolas Ruff by Nguyen Anh Quynh · 11 years ago
- 8f13f3c rename @hex_code to @bytes, and move it to next to @size by Nguyen Anh Quynh · 11 years ago
- c45b158 Merge branch 'master' of https://github.com/joxeankoret/capstone into hexcode by Nguyen Anh Quynh · 11 years ago
- 641b783 x86: fix relative call. bug reported by Joxean Koret by Nguyen Anh Quynh · 11 years ago
- 367a4df Partially reverted previous commit by Joxean · 11 years ago
- 114df0e Added @hex_code member by Joxean · 11 years ago
- c618db4 change option names for cs_option(), and update python binding accordingly to support new cs_option() by Nguyen Anh Quynh · 11 years ago
- b8ce68e change cs_option() API to be more flexible with option value by Nguyen Anh Quynh · 11 years ago
- 01aba00 add cs_option() API. move ATT & Intel syntax here, rather than having them as CS_MODE, which is wrong by Nguyen Anh Quynh · 11 years ago
- 6d552e5 x86: fix bug in relative jump. reported by Joxean by Nguyen Anh Quynh · 11 years ago
- 5df9e4b tests: change variable address's type to uint64_t by Nguyen Anh Quynh · 11 years ago
- 7b7b40c tests: now @address is uint64_t, no need to typecast for PRIx64 anymore by Nguyen Anh Quynh · 11 years ago
- f35e2ad add @regs_read_count, @regs_write_count, @groups_count to @cs_insn. bump API to 1.4 by Nguyen Anh Quynh · 11 years ago
- d57fa4f x86: added bunch of test insn (commented) by Nguyen Anh Quynh · 11 years ago
- 9c950c1 x86: fix all the shift rotate insns with 1 as immediate: shl, shr, sar, ror, rol. thus, removed the hack on this insns. by Nguyen Anh Quynh · 11 years ago
- 8fcec67 x86: do not sign-extend immediate. this fixes the issues reported by LongLD by Nguyen Anh Quynh · 11 years ago
- b9b3d29 x86: print segment register in some insns with memory references. This fixes the bug reported by Edgar & Attila by Nguyen Anh Quynh · 11 years ago
- ec0ed8e semantics: add insn group JUMP, so now we can check if this insn is branching by Nguyen Anh Quynh · 11 years ago
- 7c7a8bc arm: move static variable ITBlock to cs_struct, so make arm code truly thread-safe by Nguyen Anh Quynh · 11 years ago
- f1c2eee x86: clang still complains on unused enum type. this shuts it up by Nguyen Anh Quynh · 11 years ago
- 0e3defb arm64: remove asprintf.c and use static buffer instead for SysRegMapper_toString(). this fixes the bug on MSR insn reported by Patroklos Argyroudis by Nguyen Anh Quynh · 11 years ago