Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local variables not always declared #25

Open
ferib opened this issue Feb 14, 2023 · 0 comments
Open

local variables not always declared #25

ferib opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
Decompiler Decompiler
Milestone

Comments

@ferib
Copy link
Owner

ferib commented Feb 14, 2023

Due to the way lua bytecode works it doesn't have to define the usage of a local variable, unlike Lua script. This causes some issues when decompiling as the definition is not there, making the decompiled script invalid.

@ferib ferib added the Decompiler Decompiler label Feb 14, 2023
@ferib ferib added this to the v2 milestone Feb 14, 2023
@ferib ferib self-assigned this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Decompiler Decompiler
Projects
None yet
Development

No branches or pull requests

1 participant