1 个仓库
Specialized obfuscation for JavaScript embedded within HTML script tags.
Distinct from Script Obfuscation: Distinct from general Script Obfuscation: focuses on the interaction and preservation of HTML structure while obfuscating internal JS.
Explore 1 awesome GitHub repository matching operating systems & systems programming · HTML. Refine with filters or upvote what's useful.
This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha
Obfuscates JavaScript inside HTML script tags while preserving the surrounding HTML structure.