문제

I'm compiling a file using CompileFile and I'm hoping to be able to get a list of functions from the file and be able to calculate the binary bytecode using string.dump and use debug.getupvalue on some of the functions inside of the compiled file.

올바른 솔루션이 없습니다

다른 팁

Try lbci, a Lua bytecode inspector library.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top