620 Commits (585018f83114d3632109aee868fdcafe25214668)
 

Author SHA1 Message Date
Nguyen Anh Quynh be8f76d5d8 add RELEASE_NOTES 11 years ago
Nguyen Anh Quynh 11b05193ec reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug 11 years ago
Nguyen Anh Quynh 9162aa1756 suite: cleanup benchmark.py 11 years ago
Nguyen Anh Quynh fd2814b71a reset prev_prefix at the entry of cs_disasm_ex(). this fixes a nasty segfault bug 11 years ago
Nguyen Anh Quynh 084b3a72d7 Merge branch 'master' of https://github.com/aquynh/capstone 11 years ago
Nguyen Anh Quynh e542c22681 suite: cleanup benchmark.py 11 years ago
Nguyen Anh Quynh 2b25445d39 update README 11 years ago
Nguyen Anh Quynh 38b7bbb552 update README 11 years ago
Nguyen Anh Quynh 9919e3bbf6 update COMPILE.TXT 11 years ago
Nguyen Anh Quynh 04f4da1c16 update COMPILE.TXT 11 years ago
Nguyen Anh Quynh c34959b588 x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake 11 years ago
Nguyen Anh Quynh c36ce95d4a x86: proper calculation for the trailing instruction in total cache. issue reported by Pancake 11 years ago
Nguyen Anh Quynh 06b3c05e20 cs_open() should return error on invalid mode 11 years ago
Nguyen Anh Quynh 53fc5c103a cs_open() should return error on invalid mode 11 years ago
Nguyen Anh Quynh 1031048241 correct usage instruction of make.sh 11 years ago
Nguyen Anh Quynh 7ad216cb1e correct usage instruction of make.sh 11 years ago
Nguyen Anh Quynh 9a291bda75 x86: do not use non-standard strlcat & strlcpy 11 years ago
Nguyen Anh Quynh b9ff3aaf19 x86: do not use non-standard strlcat & strlcpy 11 years ago
Nguyen Anh Quynh 4a4028d45b Merge branch 'prefix' into next 11 years ago
Nguyen Anh Quynh 66c8d5d7fc suite: add test_all.sh 11 years ago
Nguyen Anh Quynh dc8c346cf0 Merge branch 'prefix' into next 11 years ago
Nguyen Anh Quynh 7772d859af x86: fix known issue with prefix by combining with previous prefix instruction. this is not perfect, but good enough for now 11 years ago
Nguyen Anh Quynh 3732725342 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu 11 years ago
Nguyen Anh Quynh f328f30fd9 rename mapping.c, mapping.h, module.c to have arch prefix. suggested by Alex Ionescu 11 years ago
Nguyen Anh Quynh dd40750aa3 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh 747c4eff69 change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh 5d1244d194 java: update X86_const.java after last update to x86 core 11 years ago
Nguyen Anh Quynh f46713b521 python: update x86_const.py after last update to x86 core 11 years ago
Nguyen Anh Quynh d68a30f4c3 x86: remove 'opaque' in the output of some instructions 11 years ago
Nguyen Anh Quynh 9dfdae6421 x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake 11 years ago
Nguyen Anh Quynh 38c1322bde x86: remove 'opaque' in the output of some instructions 11 years ago
Nguyen Anh Quynh ceae16d5a9 tests: report error when cs_open() failure 11 years ago
Nguyen Anh Quynh c272e9d000 do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 11 years ago
Nguyen Anh Quynh a580d92e05 make dist should distribute all source, and accept tagname (so we can do 'make dist TAG=2.0-rc1' 11 years ago
pancake 35cef7f7c0 add 'dist' make target 11 years ago
Nguyen Anh Quynh 92c1750562 update README on PPC & Solaris support 11 years ago
Nguyen Anh Quynh fe5e7f36f0 some minor fixes for COMPILE.TXT 11 years ago
Nguyen Anh Quynh 4b3b8bb411 make.sh: fix usage instruction 11 years ago
Nguyen Anh Quynh c4660571ee remove compile.sh 11 years ago
Nguyen Anh Quynh dba00f8628 make.sh: fix instructions in COMPILE.TXT to switch to use make.sh 11 years ago
Nguyen Anh Quynh f63db27831 simplify build & install for *BSD 11 years ago
Nguyen Anh Quynh d3b3071107 simplify build & install for Solaris 11 years ago
Nguyen Anh Quynh 64d4083c8f add solaris support, and add make.sh 11 years ago
Nguyen Anh Quynh d80cede9a3 last change to support BSD broke cross-comple. fix Makefile so cross-compile work again 11 years ago
Oliver Pinter 6e2c07549d info: update COMPILE.TXT related to bsd target 11 years ago
opn 73b6068ba0 build: switch from hardcoded gcc to default c compiler 11 years ago
Oliver Pinter 22062e05f7 build: update compile.sh to support bsd systems 11 years ago
Nguyen Anh Quynh bdd1e340dd remove 'restrict' keyword in the definition of cs_vsnprintf(). also compile tests/* with -L option 11 years ago
Nguyen Anh Quynh 24e122778c cs_op_count() & cs_op_index() report CS_ERR_DETAIL when detail = OFF 11 years ago
Nguyen Anh Quynh 56aba591cc correct some comments on CS_OPT_MEM option 11 years ago