this post was submitted on 21 Nov 2023
1582 points (98.0% liked)

Programmer Humor

31250 readers
895 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Synthead@lemmy.world 17 points 7 months ago (1 children)

JavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.

[–] kogasa@programming.dev 6 points 7 months ago (2 children)

You can build a virtual machine in JavaScript and execute compiled code on it

[–] palordrolap@kbin.social 3 points 7 months ago (1 children)
[–] kogasa@programming.dev 2 points 7 months ago

Oh yeah, you shouldn't. But people do this for fingerprinting, bot detection, and other "adversarial" scenarios where you really don't like the person executing your code. It's somewhat plausible Google would use this technique to do something scummy like this (although that is not the case).

Relevant article and a great read: https://www.nullpt.rs/reverse-engineering-tiktok-vm-1