aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruisercapstone.c
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-04-21 12:48:01 +0000
committerbloodstalker <thabogre@gmail.com>2018-04-21 12:48:01 +0000
commit64d1ba4efcd6e2f0d01cbf5bc373c47547a7906d (patch)
treedfe134f5f96fdf0fca302db6292ef0f58f54a109 /bruiser/bruisercapstone.c
parentfixed #29 (diff)
downloadmutator-64d1ba4efcd6e2f0d01cbf5bc373c47547a7906d.tar.gz
mutator-64d1ba4efcd6e2f0d01cbf5bc373c47547a7906d.zip
two more options for load.py. also fixed the default lua script for bruiser. now it works for everyone if luarocks is in path.
Diffstat (limited to '')
-rw-r--r--bruiser/bruisercapstone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/bruisercapstone.c b/bruiser/bruisercapstone.c
index 39e274a..de40e6c 100644
--- a/bruiser/bruisercapstone.c
+++ b/bruiser/bruisercapstone.c
@@ -242,6 +242,7 @@ JMP_S_T* makejmptable(size_t size, uint8_t* obj, bool Verbose, lua_State* __ls)
cs_option(handle, CS_OPT_DETAIL, CS_OPT_ON);
intmax_t address;
+ //@DEVI-matching against strings is really slow
if (count > 0) {
size_t j;
for (j = 0; j < count; ++j) {