سؤال

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