1 مستودع
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.
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.