1 مستودع
Execution of arbitrary JavaScript logic by evaluating strings via the Function constructor.
Distinct from String-to-Code Execution: Specializes string-to-code execution specifically for JavaScript's Function constructor, unlike the Python-focused candidate.
Explore 1 awesome GitHub repository matching devops & infrastructure · JavaScript. Refine with filters or upvote what's useful.
jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that transforms standard JavaScript source code into a functional equivalent composed of a minimal character set. The project restricts its source code to six specific characters to hide logic and bypass security filters that block standard alphanumeric characters. It achieves this by using type coercion to derive symbols and accessing internal language objects through prototype manipulation. The system enables arbitrary JavaScript execution by converting strings into executable functi
Enables the execution of arbitrary logic by converting obfuscated strings into executable JavaScript functions.