mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 22:19:43 +00:00
07337a708d
* 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 |
||
---|---|---|
.. | ||
cstool.c | ||
Makefile | ||
README |
This directory contains cstool of capstone engine. To compile, simply run "make" on commandline. And after that, you could use ./cstool <arch+mode> <assembler-string> [start-address-in-hex-format] to use directly capstone engine. To see <arch+mode> options are supported, you could input ./cstool