From d16b1a11c222842ec079580ef23291d2562396c2 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 15 Apr 2018 15:18:12 +0430 Subject: fixed #29 --- bruiser/bruisercapstone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bruiser/bruisercapstone.c') 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; -- cgit v1.2.3