diff options
author | bloodstalker <thabogre@gmail.com> | 2018-03-19 14:08:48 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-03-19 14:08:48 +0000 |
commit | 256aa3de2212dd77d80f4cf86c64f988b448bbc7 (patch) | |
tree | 2237b97f18bb6d5830e69bef7959f5726a6e3a4b /bruiser/lua-scripts | |
parent | added a lua module for asmrewriter, will soon add docs. you can try the new m... (diff) | |
download | mutator-256aa3de2212dd77d80f4cf86c64f988b448bbc7.tar.gz mutator-256aa3de2212dd77d80f4cf86c64f988b448bbc7.zip |
some fixes
Diffstat (limited to '')
-rw-r--r-- | bruiser/lua-scripts/demo2.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bruiser/lua-scripts/demo2.lua b/bruiser/lua-scripts/demo2.lua index db840fc..bd2eb91 100644 --- a/bruiser/lua-scripts/demo2.lua +++ b/bruiser/lua-scripts/demo2.lua @@ -118,9 +118,9 @@ function get_jmp_table() end --main() ---pretty_dump() +pretty_dump() --test() --jmp_t_test() --integ_test() --asm_rewriter_pretty() -dump_jmp_table() +--dump_jmp_table() |