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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -