awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRuntime Bytecode Integrity Verifiers

Mechanisms 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.

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

Awesome Runtime Bytecode Integrity Verifiers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zeusssz/hercules-obfuscatorzeusssz 的头像

    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

    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
  7. Runtime Bytecode Integrity Verifiers