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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -