Y
Hacker News
new
|
ask
|
show
|
jobs
by
pavi2410
820 days ago
This could be used for a really good obfuscation.
2 comments
peeet
820 days ago
There are quite simple ways to reverse this kind of obfuscation though, like shown here:
https://steakenthusiast.github.io/2022/06/14/Deobfuscating-J...
link
vmfunction
820 days ago
as the sibling thread already mentioned. It is pretty much just doing what JSFuck is doing. Before we go all crazy and start transpiling all our JS to this, be aware running code obfuscation like that will have performance penalties.
link
Zambyte
820 days ago
> be aware running code obfuscation like that will have performance penalties.
Both computationally and societally.
link