produnis@discuss.tchncs.de to Programmer Humor@lemmy.ml · 2 years agobugsdiscuss.tchncs.deimagemessage-square5fedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imagebugsdiscuss.tchncs.deprodunis@discuss.tchncs.de to Programmer Humor@lemmy.ml · 2 years agomessage-square5fedilink
minus-squareNoisyFlake@lemm.eelinkfedilinkarrow-up1·2 years agowtf, is this just obscured javascript?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up1·edit-22 years agoIt 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. https://stackoverflow.com/questions/11932567/found-this-nasty-code-i-wonder-what-it-does-should-i-be-worried#11932708
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.
https://stackoverflow.com/questions/11932567/found-this-nasty-code-i-wonder-what-it-does-should-i-be-worried#11932708