ben-sb / javascript-deobfuscator

General purpose JavaScript deobfuscator
https://deobfuscate.io
Apache License 2.0
786 stars 112 forks source link

fix: remove eval usage #55

Closed ben-sb closed 5 months ago

ben-sb commented 5 months ago

Removes eval usage from expression simplification and replaces it with the safer approach from the other deobfuscator. Also removes the redundant function executor option.