2802 Commits (bde12aed4024342fc812ddbc756477a5716ffb94)
 

Author SHA1 Message Date
YUHANG TANG bde12aed40 cstool: convert space to tab 8 years ago
YUHANG TANG a7b4852453 Delete platform.h and fix wrong identation. 8 years ago
YUHANG TANG 61e5054b63 cstool version 2 8 years ago
YUHANG TANG ad25742e89 cstool: version 2 could print all debug information for all arch. 8 years ago
YUHANG TANG 08da0c0533 cstool : print all debug information for all arch. 8 years ago
YUHANG TANG 9354e5e364 cstool: add x86 debug information 8 years ago
Nguyen Anh Quynh a773887d13 cstool: prepare for multiple C sources 8 years ago
Nguyen Anh Quynh d14504d5fa Merge branch 'next' of https://github.com/aquynh/capstone into next 8 years ago
Nguyen Anh Quynh ef4a2dbccc tests: cleanup 8 years ago
Nguyen Anh Quynh b4aae2d0ab Merge pull request #792 from angr/fix/copy_via_memmove 8 years ago
Andrew Dutcher 883c333f86 Fix two missing register operands in X86 AT&T syntax (#791) 8 years ago
Fish ce6b47765c Change pointer-deref-then-assignment to memmove to make PyPy happy. 8 years ago
Nguyen Anh Quynh ce7c9a8ec5 Makefile: remove extra / letter for install target 8 years ago
Nguyen Anh Quynh 45f81ff5b7 x86: RET read/write stack register. this fixes issue #790 8 years ago
Nguyen Anh Quynh 130eb7ef94 cstool: compile with CMake using CMakeLists.txt in root dir 8 years ago
Nguyen Anh Quynh 7415467aee cstool: initialize i in preprocess(). this fixes compilation issue for MSVC 8 years ago
Nguyen Anh Quynh eb34f6e478 cstool: support CMake 8 years ago
Nguyen Anh Quynh bab2a93031 cstool: align assembly code for x86 8 years ago
Nguyen Anh Quynh fcd1b44a3f cstool: update README with more details 8 years ago
Nguyen Anh Quynh 14978f878f update .gitignore 8 years ago
Nguyen Anh Quynh 5664998f4c cstool: compile for next branch 8 years ago
Nguyen Anh Quynh 6ccfcab154 cstool: make it compile with GCC on Linux 8 years ago
Nguyen Anh Quynh 797a637a86 cstool: fix Makefile 8 years ago
Nguyen Anh Quynh 815b94a452 cstool: add VERSION and reformat to use tabs for indentation 8 years ago
Nguyen Anh Quynh c2887082a2 cstool: fix Makefile 8 years ago
Nguyen Anh Quynh f36b3f426e cstool: compile/clean/install/uninstall from Makefile 8 years ago
echotyh 51c8c5082a cstool 1.0 (#788) 8 years ago
Richo Healey bbf6a1eebd Workaround unicorn handing back bytearrays 8 years ago
Benno Fünfstück e199eb9cfe python-bindings: fix setup.py for wheel installation 8 years ago
Nguyen Anh Quynh bd8e5ba370 python: cast skipdata function inside binding to simplify the API 8 years ago
Nguyen Anh Quynh d41c06c628 python: fix CS_SKIPDATA_CALLBACK prototype 8 years ago
Nguyen Anh Quynh c6e7a9e0eb Merge pull request #781 from tandasat/next 8 years ago
Satoshi Tanda 1f351e827a add explanation comment for use of CAPSTONE_API 8 years ago
Satoshi Tanda bc954d0ac7 fix compile error with capstone_static_winkernel 8 years ago
Satoshi Tanda 3730e2010e suppress MSVC code analysis (PREfast) warnings for m68k 8 years ago
Satoshi Tanda 2df9a8eab7 suppress MSVC code analysis (PREfast) warnings 8 years ago
Satoshi Tanda 777f0d30a6 ignore MSVC project upgrade files 8 years ago
Satoshi Tanda 565b6c3363 fix typo, style 8 years ago
Ole André Vadla Ravnås d3155db362 Fix use of uninitialized value for some instructions 8 years ago
Nguyen Anh Quynh 9b5f404d75 arm: update imm in printOperand() to fix error reported by @trufae in PR #764 8 years ago
mrexodia d9f96e7b14 fixed issue #726 (snprintf undefined in test_arm_regression) 8 years ago
Nguyen Anh Quynh 03ff67a0e0 Merge branch 'next_check' of https://github.com/akihikodaki/capstone into akihikodaki-next_check 8 years ago
Akihiko Odaki ec4075377e Fix check target for Unix-like environment 8 years ago
Simorfo c871c05b2e AArch64 set good extender 8 years ago
Nguyen Anh Quynh ddc84bc1aa Merge pull request #764 from akihikodaki/next 8 years ago
qc1iu 69f4a36585 fix annotation. 8 years ago
Nguyen Anh Quynh fd7ba51c7a Merge branch 'next' of https://github.com/aquynh/capstone into next 8 years ago
Nguyen Anh Quynh ae09320223 arm: fix issue #767 8 years ago
Nguyen Anh Quynh 557495eb16 Merge pull request #766 from akihikodaki/next_test 8 years ago
Akihiko Odaki 01f6dda00a java: Rename Test class to TestBasic 8 years ago