capstone/cstool
Nguyen Anh Quynh 8f60a5f212 cstool: make it compile with GCC on Linux 2016-10-10 23:52:29 +08:00
..
Makefile cstool: make it compile with GCC on Linux 2016-10-10 23:52:29 +08:00
README cstool 1.0 (#788) 2016-10-10 15:16:56 +08:00
cstool.c cstool: add VERSION and reformat to use tabs for indentation 2016-10-10 23:20:29 +08:00

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