You're viewing a single thread.
All comments
16
comments
wtf, is this just obscured javascript?
16 0 ReplyIt 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.
21 0 ReplyI thought it was decompiled code at first to, but the function names are still real words. It's almost like it was manually obfuscated by replacing all the variable names.
9 0 ReplyFound it. It's just obfuscated to make it harder to copy.
3 0 Reply
I don’t think you’re far off because obfuscated code usually has less structured variable references.
1 0 Reply
16
comments
Scroll to top