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

[BUG] Certain strings can block obfuscation due to lexing errors #77

Closed
wrefgtzweve opened this issue Aug 16, 2022 · 0 comments · Fixed by #79
Closed

[BUG] Certain strings can block obfuscation due to lexing errors #77

wrefgtzweve opened this issue Aug 16, 2022 · 0 comments · Fixed by #79
Labels
bug Something isn't working

Comments

@wrefgtzweve
Copy link

Describe the bug
Certain strings cause lexing errors preventing obfuscation.

To Reproduce

Try to obfuscate:

local test = [=[
unescape(encodeURI(_0x4642b)) + '\u0d80', _0x51c383 = _0x480094[_0x1f6b0d(0x29d)];
]=]

PROMETHEUS: Lexing Error at Position 2:36, Unexpected char "0"! Expected one of "{"

@wrefgtzweve wrefgtzweve added the bug Something isn't working label Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant