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

Deobfuscated ;) #2

Open
pinkestflamingo opened this issue Jun 26, 2024 · 0 comments
Open

Deobfuscated ;) #2

pinkestflamingo opened this issue Jun 26, 2024 · 0 comments

Comments

@pinkestflamingo
Copy link

This is just a Luau VM with encryption on the bytecode. Wasn't hard at all to reverse and deobfuscate.

65      PREPVARARGS                     0       nil     nil
12      GETIMPORT                       0       nil     nil
local v_0 = _G["print"]
5       LOADK                   1       nil     nil
[PSEUDO] local v_1 = "Hello";
21      CALL                    0       2       1
[PSEUDO] v_0(v_1)
Hello
22      RETURN                  0       1       nil

It will protect it from script kiddos, but not from someone who knows Lua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant