awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesObfuscation

Tools that parse source code into ASTs to apply automated renaming and control flow flattening.

Distinct from Syntax Tree Transformers: Distinct from Syntax Tree Transformers: focuses on security-oriented obfuscation transformations rather than general code generation or refactoring.

Explore 1 awesome GitHub repository matching software engineering & architecture · Obfuscation. Refine with filters or upvote what's useful.

Awesome Obfuscation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zeusssz/hercules-obfuscatorAvatar von zeusssz

    zeusssz/hercules-obfuscator

    217Auf GitHub ansehen↗

    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

    Parses source code into a structural representation to perform automated renaming, control flow flattening, and logic obfuscation.

    Lualualua-obfuscatorobfuscator
    Auf GitHub ansehen↗217
  1. Home
  2. Software Engineering & Architecture
  3. Trees
  4. Syntax Tree Construction
  5. Syntax Tree Transformers
  6. Obfuscation