awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesScript Runtime Integrity Enforcers

Automated mechanisms that monitor and block unauthorized modifications to bytecode during script execution.

Distinct from Runtime Security Enforcement: Distinct from Runtime Security Enforcement: focuses on script-level bytecode integrity rather than system-wide process or network security.

Explore 1 awesome GitHub repository matching security & cryptography · Script Runtime Integrity Enforcers. Refine with filters or upvote what's useful.

Awesome Script Runtime Integrity Enforcers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zeusssz/hercules-obfuscatorالصورة الرمزية لـ zeusssz

    zeusssz/hercules-obfuscator

    217عرض على GitHub↗

    Hercules is a security tool designed to protect Lua source code from reverse engineering and unauthorized analysis. It functions as a code transformation engine that secures application logic by applying multiple layers of obfuscation, including control flow manipulation and the wrapping of scripts within a custom virtual machine environment. The project distinguishes itself through a multi-stage pipeline architecture that allows for the development of custom, multi-layered protection strategies. By replacing standard language instructions with custom opcodes and reorganizing linear code into

    Performs automated checks during script execution to detect and block unauthorized modifications to core functions or bytecode.

    Lualualua-obfuscatorobfuscator
    عرض على GitHub↗217
  1. Home
  2. Security & Cryptography
  3. Runtime Security Enforcement
  4. Script Runtime Integrity Enforcers