diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-17 22:33:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-17 22:33:09 +0000 |
commit | 9a4bbc638c04285b3dabae2a4f68449f9ea228ee (patch) | |
tree | d90323ac5f4bc031881d58ec88a80734683f30b5 | |
parent | added luatablegen as a submodule to start testing the integration with faultr... (diff) | |
download | mutator-9a4bbc638c04285b3dabae2a4f68449f9ea228ee.tar.gz mutator-9a4bbc638c04285b3dabae2a4f68449f9ea228ee.zip |
update
-rw-r--r-- | bruiser/lua-scripts/xobj.lua | 2 | ||||
m--------- | bruiser/tablegen | 0 |
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 |