awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesSelf-Defending Code

Code that detects if it has been modified or beautified and alters its behavior to prevent analysis.

Distinct from Tampering Detections: Existing candidates cover log or certificate tampering; this is about the source code defending its own formatting.

Explore 1 awesome GitHub repository matching security & cryptography · Self-Defending Code. Refine with filters or upvote what's useful.

Awesome Self-Defending Code GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • javascript-obfuscator/javascript-obfuscatorjavascript-obfuscator का अवतार

    javascript-obfuscator/javascript-obfuscator

    16,129GitHub पर देखें↗

    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

    Inserts mechanisms that crash the application if the source code is beautified or modified.

    TypeScript
    GitHub पर देखें↗16,129
  1. Home
  2. Security & Cryptography
  3. Self-Defending Code