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, Change to Unsigned Int for Constant Import #38

Closed karl-police closed 8 months ago

karl-police commented 8 months ago

Currently values go negative and make the array go out of bounds.

This solves one part of https://github.com/atrexus/unluau/issues/35

but still doesn't solve the entire thing

the next error is at RETURN, assuming the AUX ones were solved.

Idk what stack Top is, but it's not getting the values properly at all.

atrexus commented 8 months ago

Thanks for this fix.