aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-12 13:00:46 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-12 13:00:46 +0000
commitab8c8bf7f6d5fec080cfae5155ae891af214674f (patch)
tree97c01489d3b17cf7e6ed5e6913ef5594c849a88a /bruiser/bruiser.cpp
parentthe jmp table is working now. you get member set and get methods, and an iter... (diff)
downloadmutator-ab8c8bf7f6d5fec080cfae5155ae891af214674f.tar.gz
mutator-ab8c8bf7f6d5fec080cfae5155ae891af214674f.zip
added a lua module for asmrewriter, will soon add docs. you can try the new module by running asmtest.lua or demo2.lua did some cosmetic fixes to load bfd so it doesnt suck as hard when you get dumps
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/bruiser/bruiser.cpp b/bruiser/bruiser.cpp
index 8b00b5e..ea2add1 100644
--- a/bruiser/bruiser.cpp
+++ b/bruiser/bruiser.cpp
@@ -1605,7 +1605,6 @@ class LuaWrapper
auto head = makejmptable(size, code_v.data(), Verbose, __ls);
jmpt_push_args(__ls, head);
new_jmpt_2(__ls);
- dumpjmptable(head);
return 1;
}