atrexus / unluau

A decompiler for Luau (Roblox's Lua based programming language: https://luau-lang.org/).
Apache License 2.0
87 stars 21 forks source link

v2, Some AUX is not being skipped, which could cause issues #37

Open karl-police opened 8 months ago

karl-police commented 8 months ago

This logs skipped OpCodes and skips stuff like GETIMPORT's AUX and SETTABLEKS's AUX instructions.

This might even solve some unexpected errors that happen when switching through the OpCodes.