lua - Extract function body -
how can extract function body (as string)? example call c function, extract function stack, check if type lua_tfunction
, need body?
when function on stack, has been compiled. best can try lua_dump
, decode bytecode.
Comments
Post a Comment