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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Integrity Verifications

Checks the cryptographic integrity of compiled binary modules to prevent unauthorized tampering.

Distinct from Runtime Verification: Focuses on binary checksums for tampering detection rather than formal system execution pattern verification.

Explore 1 awesome GitHub repository matching testing & quality assurance · Binary Integrity Verifications. Refine with filters or upvote what's useful.

Awesome Binary Integrity Verifications GitHub Repositories

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

    zeusssz/hercules-obfuscator

    217GitHub पर देखें↗

    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

    Injects self-checking mechanisms into the bytecode to detect and block unauthorized modifications during the execution of the script.

    Lualualua-obfuscatorobfuscator
    GitHub पर देखें↗217
  1. Home
  2. Testing & Quality Assurance
  3. Debugging & Diagnostics
  4. Runtime Debugging Tools
  5. Runtime Verification
  6. Binary Integrity Verifications

सब-टैग एक्सप्लोर करें

  • Runtime Bytecode Integrity VerifiersMechanisms that inject self-checking code into bytecode to detect unauthorized runtime modifications. **Distinct from Binary Integrity Verifications:** Distinct from Binary Integrity Verifications: focuses on runtime bytecode self-checking rather than static binary checksums.