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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -