1129 Commits (14ebaafb069ca198ee24a4e4859aab29971d273f)
 

Author SHA1 Message Date
Nguyen Anh Quynh 6d50dc3c26 add benchmark.py 11 years ago
Nguyen Anh Quynh 83dd67e405 java: OpenJDK 7 is also supported 11 years ago
Nguyen Anh Quynh 9fac512efc no longer need to free insn_cache for each arch: simply do it from cs_close() 11 years ago
Nguyen Anh Quynh d2f46d7876 remove bindings/csharp - we no longer maintain it 11 years ago
Nguyen Anh Quynh bc97e6cb13 bump package version to 2.0 11 years ago
Nguyen Anh Quynh 0b93e19460 fix off-by-one error in make_id2insn. patch by Dang Hoang Vu 11 years ago
Nguyen Anh Quynh 1acfd0b883 move insn_cache into cs_struct to gurantee thread-safe 11 years ago
Nguyen Anh Quynh 8f7ab4981d fix a potential memleak in cs_open() - happened when arch is invalid/unsupported 11 years ago
Nguyen Anh Quynh cf89cf60db cosmetic fix for capstone.h 11 years ago
Nguyen Anh Quynh c52352d6d9 add new error code CS_ERR_MEMSETUP to report error when user-defined dynamic mem management is uninitialized 11 years ago
Nguyen Anh Quynh 1044c3e912 java: indentation fix 11 years ago
Nguyen Anh Quynh 57aa8eca05 change argument type of cs_support() API from cs_arch to int. this is to give us more flexibility to use this API to check other stuffs in future 11 years ago
Nguyen Anh Quynh a60ed8b044 more instructions on CS_OPT_MEM 11 years ago
Nguyen Anh Quynh ac9c076fdf minor fix for instruction on CS_OPT_MEM 11 years ago
Nguyen Anh Quynh 59492c2688 enable system's my_malloc/calloc/realloc/free via compile time option 11 years ago
Nguyen Anh Quynh f122ae0629 tests: simplify some accesses to insn's details, and fix some typo bugs 11 years ago
Nguyen Anh Quynh fa02175fba python: delete redundant .gitignore 11 years ago
Nguyen Anh Quynh 61e572b497 python: update to support PPC 11 years ago
Nguyen Anh Quynh c7404075ff move internal memory management declarations from utils.h to cs_priv.h 11 years ago
Nguyen Anh Quynh 24bf0d9079 add new option CS_OPT_MEM for cs_option(): this enable user-defined dynamic memory management. idea proposed by Pancake 11 years ago
Nguyen Anh Quynh 2b14fcdf9b ppc: update ppc.bh in post-printer 11 years ago
Nguyen Anh Quynh 91e532d5ab print out ppc_bh information in test_ppc.c & TestPpc.java 11 years ago
Nguyen Anh Quynh db4bcddb45 Merge pull request #61 from danghvu/next 11 years ago
danghvu c476765086 Update java binding for PPC arch 11 years ago
danghvu 5611de05a9 Fix const generator to account for PPC enum style 11 years ago
Nguyen Anh Quynh 5cd6b340c4 python: add PPC test to test.py & test_detail.py 11 years ago
Nguyen Anh Quynh af6ca7e20a ppc: add branch hint support to cs_ppc struct 11 years ago
Nguyen Anh Quynh f1d489b949 ppc: support details information 11 years ago
Nguyen Anh Quynh 5802e5e9a0 correct the last fix 11 years ago
Nguyen Anh Quynh 5ef633ce91 arm64 & arm: do not update details when detail option is off. bug reported by Pancake. 11 years ago
Nguyen Anh Quynh 35240566c6 copy all include files for install target. bug spotted by Pancake 11 years ago
Nguyen Anh Quynh 34f96389a9 add new API: cs_strerror() return a string describing a given error code. this should be used together with cs_errno() 11 years ago
Nguyen Anh Quynh ee143c8c6c fix a crashed bug in cs_close(): call destroy function before freeing handle's memory 11 years ago
Nguyen Anh Quynh 42be2a6a75 Merge branch 'ppc' of https://github.com/aquynh/capstone into ppc 11 years ago
Nguyen Anh Quynh 017e0d71d7 Merge branch 'next' of https://github.com/aquynh/capstone into ppc 11 years ago
Nguyen Anh Quynh b265406960 cache insns for fast lookup in mapping.c. based on the idea of Dang Hoang Vu 11 years ago
Nguyen Anh Quynh e29eaf9cbb tests: use LDFLAGS to link test files - this is to make Gentoo happy 11 years ago
Nguyen Anh Quynh 7adb0bb969 tests: use LDFLAGS to link test files - this is to make Gentoo happy 11 years ago
Nguyen Anh Quynh 91679cdb60 tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov 11 years ago
Nguyen Anh Quynh 0d001bb1ef tests: correct the dummy setup for LDFLAGS. suggested by Anton Bolshakov 11 years ago
Nguyen Anh Quynh b2adb18802 tests: dummy setup LDFLAGS for Gentoo 11 years ago
Nguyen Anh Quynh 34ce2a5325 tests: dummy setup LDFLAGS for Gentoo 11 years ago
Nguyen Anh Quynh ae3649ff71 rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring 11 years ago
Nguyen Anh Quynh 57ab21b558 rename some old header guards from SB to CS 11 years ago
Nguyen Anh Quynh 0b4c1237df ppc: change type @disp to int32_t, and add @update_cr0 to cs_ppc struct 11 years ago
Nguyen Anh Quynh 5f1f90c559 fix for the last commit, and make the test code no longer specify ppc code as 64bit 11 years ago
Nguyen Anh Quynh 5742b1b814 ppc: support for PPC32 was already in 11 years ago
Nguyen Anh Quynh ce3ef95e9c python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes 11 years ago
Nguyen Anh Quynh e06b2d0868 python: simplify access to operand's information thanks to some getters for <ARCH>Ops classes 11 years ago
Nguyen Anh Quynh c0b63dc42c Makefile: correctly set /usr/lib64 as installed dir for Gentoo 64-bit 11 years ago