Open
Description
I'm having some issues decompiling a bytecode file, if anyone could have a look into why this happens :-)
[11:08:43 DBG] Reading 22 strings from the string table
[11:08:43 DBG] Reading 4 functions from main bytecode pool
[11:08:43 DBG] Reading basic function prototype information
[11:08:43 DBG] Reading 2 instructions from function prototype body
[11:08:43 WRN] Encountered unexpected NOP instruction.
[11:08:43 DBG] Reading 0 constants from function prototype body
[11:08:43 FTL] Unexpected error; please report here: https://github.com/atrexus/unluau/issues
System.IO.InvalidDataException: ReadBoolean encountered non-boolean value: 0x02
at Unluau.BytecodeReader.ReadBoolean() in C:\tmp\unluau\src\Unluau\Deserializer\Reader\BytecodeReader.cs:line 61
at Unluau.Deserializer.ReadLineInfo(Int32 instructions) in C:\tmp\unluau\src\Unluau\Deserializer\Deserializer.cs:line 252
at Unluau.Deserializer.ReadFunction(IList`1 functions, IList`1 strings) in C:\tmp\unluau\src\Unluau\Deserializer\Deserializer.cs:line 138
at Unluau.Deserializer.ReadFunctions(IList`1 strings) in C:\tmp\unluau\src\Unluau\Deserializer\Deserializer.cs:line 94
at Unluau.Deserializer.Deserialize() in C:\tmp\unluau\src\Unluau\Deserializer\Deserializer.cs:line 42
at Unluau.Decompiler..ctor(Stream stream, DecompilerOptions options) in C:\tmp\unluau\src\Unluau\Decompiler.cs:line 39
at Unluau.CLI.Program.RunOptions(Options options) in C:\tmp\unluau\src\Unluau.CLI\Program.cs:line 114
Example file:
bytecode_file.zip
Metadata
Metadata
Assignees
Labels
No labels