Commit Graph

13 Commits

Author SHA1 Message Date
Nelson Chen 02497b1c80 Normalize IS_MINGW checks (and include MSYS, like main Makefile) (#1318)
Following in the steps of #1290
2018-12-20 15:09:27 +08:00
Zach Riggle 596d31659c Fix the include path for Android builds when building cstool 2017-08-29 07:35:02 +07:00
Sergi Àlvarez i Capilla cff66503aa Refactor cstool to use getopt -100LOC (#953)
* Refactor cstool to use getopt -100LOC

* Add getopt.h for portability

* Do not use os-specific separators in include paths
2017-07-04 15:55:46 +08:00
Adrian Herrera 1910fd5635 mingw build: cstool fails to build with mingw (#941)
The correct compiler was not being passed to cstool/Makefile. The expected name
for the capstone lib was also incorrect - there is no "lib" prefix when
compiling with mingw.
2017-06-02 21:49:59 +08:00
Nguyen Anh Quynh 1be2ed8b24 rebuild cstool when the core changes. fix #932 2017-05-25 23:10:19 +08:00
Nguyen Anh Quynh 3ca6b0df43 x86: fix movw instruction in #789 2016-11-08 10:56:18 +08:00
YUHANG TANG 9354e5e364 cstool: add x86 debug information 2016-10-21 16:55:09 +08:00
Nguyen Anh Quynh eb34f6e478 cstool: support CMake 2016-10-11 16:51:20 +08:00
Nguyen Anh Quynh 6ccfcab154 cstool: make it compile with GCC on Linux 2016-10-11 00:03:19 +08:00
Nguyen Anh Quynh 797a637a86 cstool: fix Makefile 2016-10-11 00:02:08 +08:00
Nguyen Anh Quynh c2887082a2 cstool: fix Makefile 2016-10-11 00:01:46 +08:00
Nguyen Anh Quynh f36b3f426e cstool: compile/clean/install/uninstall from Makefile 2016-10-11 00:01:29 +08:00
echotyh 51c8c5082a cstool 1.0 (#788)
* first cstool -- Segmentation fault: 11

* Modify the format of output.

* Preprocess the input from user. The result of converting looks right but the disassembly is not unsatisfactory.

* Skip the character not in set A = {'a'~'f','A'~'F','0'~'9'}.
i Please enter the commit message for your changes. Lines starting

* delete cstool binary

* using isxdigit() to tests for any hexadecimal-digit character

* write README

* final version 1.0 for cstool
2016-10-10 23:54:25 +08:00