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 是一种深奥的编程语言和 JavaScript 源代码混淆器。它作为一个代码编码器,将标准 JavaScript 源代码转换为由最小字符集组成的等效功能代码。 该项目将其源代码限制为六个特定字符,以隐藏逻辑并绕过阻止标准字母数字字符的安全过滤器。它通过使用类型强制转换来派生符号,并通过原型操作访问内部语言对象来实现这一点。 该系统通过将字符串转换为可执行函数并通过执行上下文检索全局作用域,实现了任意 JavaScript 执行。它利用数组包装器和原生构造函数调用来管理复杂的逻辑和函数参数。
Enables the execution of arbitrary logic by converting obfuscated strings into executable JavaScript functions.