1 repositorio
Code that detects modifications or beautification and triggers a crash to prevent analysis.
Distinct from Source Code Protection: Focuses on active runtime crashes upon tampering, while the parent is a broader category for securing application logic.
Explore 1 awesome GitHub repository matching security & cryptography · Self-Defending Code. 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
Injects self-defending mechanisms that cause the code to crash if the source is formatted or modified.