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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -