diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-15 10:48:12 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-15 10:48:12 +0000 |
commit | d16b1a11c222842ec079580ef23291d2562396c2 (patch) | |
tree | 21edaff81050bbd70a91a6ebfe64022b3f184359 /bruiser/bruisercapstone.c | |
parent | added some more cli options to load.py. added a new test file for bruiser to ... (diff) | |
download | mutator-d16b1a11c222842ec079580ef23291d2562396c2.tar.gz mutator-d16b1a11c222842ec079580ef23291d2562396c2.zip |
fixed #29
Diffstat (limited to 'bruiser/bruisercapstone.c')
-rw-r--r-- | bruiser/bruisercapstone.c | 2 |
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; |