You must log in or register to comment.
Litterally me, before ChatGPT was a thing
An LLM could probably solve this much quicker than a human.
Finally, the ultimate weapon
A tool to parse horrible code
wtf, is this just obscured javascript?
It looks like it’s decompiled from something, so all the variable names are missing and instead presented with whatever index they had in the binary.
But that’s just a wild guess. I don’t know what actual decompiled code looks like.
Edit: scratch that, it’s just obfuscated code to make it harder to copy.