aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruisercapstone.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-15 10:48:12 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-15 10:48:12 +0000
commitd16b1a11c222842ec079580ef23291d2562396c2 (patch)
tree21edaff81050bbd70a91a6ebfe64022b3f184359 /bruiser/bruisercapstone.c
parentadded some more cli options to load.py. added a new test file for bruiser to ... (diff)
downloadmutator-d16b1a11c222842ec079580ef23291d2562396c2.tar.gz
mutator-d16b1a11c222842ec079580ef23291d2562396c2.zip
fixed #29
Diffstat (limited to '')
-rw-r--r--bruiser/bruisercapstone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/bruisercapstone.c b/bruiser/bruisercapstone.c
index abb21aa..39e274a 100644
--- a/bruiser/bruisercapstone.c
+++ b/bruiser/bruisercapstone.c
@@ -317,7 +317,7 @@ JMP_S_T* makejmptable(size_t size, uint8_t* obj, bool Verbose, lua_State* __ls)
cs_free(insn, count);
} else {
- printf("ERROR!!!\n");
+ printf("capstone ERROR!!!\n");
}
cs_close(&handle);
tail->next = NULL;