diff options
author | bloodstalker <thabogre@gmail.com> | 2018-02-01 11:13:02 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-02-01 11:13:02 +0000 |
commit | edd1e1e47dd542ea9a4e04e7abadcfc44e3f1488 (patch) | |
tree | 00fd63987ca5fb0cf072494f291ed41c80095735 | |
parent | travis fix (diff) | |
download | mutator-edd1e1e47dd542ea9a4e04e7abadcfc44e3f1488.tar.gz mutator-edd1e1e47dd542ea9a4e04e7abadcfc44e3f1488.zip |
removed capstone for the time being
-rw-r--r-- | bruiser/bruiserffi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruiserffi.c b/bruiser/bruiserffi.c index f43f7ec..409d755 100644 --- a/bruiser/bruiserffi.c +++ b/bruiser/bruiserffi.c @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* #include <stdint.h> #include <stdio.h> #include <string.h> -#include <capstone/capstone.h> +//#include <capstone/capstone.h> #include "bruiserffi.h" /**********************************************************************************************************************/ #define VOIDIFY(X) (void*)X |