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

Issue with multiple assignments #101

Open
Ciarands opened this issue Aug 4, 2024 · 1 comment
Open

Issue with multiple assignments #101

Ciarands opened this issue Aug 4, 2024 · 1 comment
Labels
bug Something isn't working deobfuscate

Comments

@Ciarands
Copy link

Ciarands commented Aug 4, 2024

Describe the bug

I believe I'm looking at the same obfuscation as referenced in #94 however I'd like to mention I'm also running into:
TypeError: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got undefined at Object.validate
It seems like inlineVariable is failing to handle for assignments such as g0 = J0 = "GrFC".

Expected Behaviour

Assignment expressions that reference assignment expressions should reference their right most value.

Code

https://pst.innomi.net/paste/ynyugusgwq7tvg655gmevjxn

Logs

No response

@Ciarands Ciarands added the bug Something isn't working label Aug 4, 2024
@j4k0xb
Copy link
Owner

j4k0xb commented Aug 4, 2024

Fixed that particular error, but it fails to deobfuscate for the same reasons as #94 later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deobfuscate
Projects
None yet
Development

No branches or pull requests

2 participants