aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-08-17 22:33:09 +0000
committerbloodstalker <thabogre@gmail.com>2018-08-17 22:33:09 +0000
commit9a4bbc638c04285b3dabae2a4f68449f9ea228ee (patch)
treed90323ac5f4bc031881d58ec88a80734683f30b5 /bruiser
parentadded luatablegen as a submodule to start testing the integration with faultr... (diff)
downloadmutator-9a4bbc638c04285b3dabae2a4f68449f9ea228ee.tar.gz
mutator-9a4bbc638c04285b3dabae2a4f68449f9ea228ee.zip
update
Diffstat (limited to 'bruiser')
-rw-r--r--bruiser/lua-scripts/xobj.lua2
m---------bruiser/tablegen0
2 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/lua-scripts/xobj.lua b/bruiser/lua-scripts/xobj.lua
index a4f7a8d..006081b 100644
--- a/bruiser/lua-scripts/xobj.lua
+++ b/bruiser/lua-scripts/xobj.lua
@@ -71,7 +71,7 @@ end
function xobj.findMain()
local c = objload("load", "elf_get_func_names", elf_file, "symbol_list")
for k,v in ipairs(c) do
- if v == "'main'" then
+ if v == "'main'" then
io.write("main index is".." "..k.."\n")
return k
end
diff --git a/bruiser/tablegen b/bruiser/tablegen
new file mode 160000
+Subproject b02e09aaa9d199a84f4f02b9ee860550424da0e