From d16b1a11c222842ec079580ef23291d2562396c2 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 15 Apr 2018 15:18:12 +0430 Subject: fixed #29 --- bruiser/lua-scripts/df-demo.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bruiser/lua-scripts/df-demo.lua') diff --git a/bruiser/lua-scripts/df-demo.lua b/bruiser/lua-scripts/df-demo.lua index 35a6b7a..d393988 100644 --- a/bruiser/lua-scripts/df-demo.lua +++ b/bruiser/lua-scripts/df-demo.lua @@ -26,11 +26,13 @@ function pretty_dump() end function jmp_table_test() + io.write(colors("%{cyan}".."lua:getting text section...\n")) local text_section = xobj.getTextSection(df_exe) + io.write(colors("%{green}".."lua:got text section.\n")) local head = jmp_s_t() -- messes up the stack. I could fix it but not sure why i would want to keep this in --local head2 = jmp_s_t:new() - io.write("lua:calling getjmptable\n") + io.write(colors("%{cyan}".."lua:calling getjmptable\n")) head = getjmptable(#text_section, text_section) while head:inext() ~= nil do -- cgit v1.2.3