luac-parser-rs icon indicating copy to clipboard operation
luac-parser-rs copied to clipboard

解析lua编译后文件报下面的错表示什么意思?

Open tenvick opened this issue 1 year ago • 1 comments

decompile: parse luac: Error( Alt( [ Base { location: 4, kind: Kind( Tag, ), }, Base { location: 4, kind: Kind( Tag, ), }, Base { location: 4, kind: Kind( Tag, ), }, Base { location: 4, kind: Kind( Tag, ), }, Base { location: 0, kind: Kind( Tag, ), }, ], ), )

tenvick avatar Sep 14 '24 04:09 tenvick

字节码文件格式有问题

metaworm avatar Sep 26 '24 03:09 metaworm