diff options
author | bloodstalker <thabogre@gmail.com> | 2018-04-21 12:48:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-04-21 12:48:01 +0000 |
commit | 64d1ba4efcd6e2f0d01cbf5bc373c47547a7906d (patch) | |
tree | dfe134f5f96fdf0fca302db6292ef0f58f54a109 /bruiser/bruisercapstone.c | |
parent | fixed #29 (diff) | |
download | mutator-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.c | 1 |
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) { |