awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesBytecode Instruction Obfuscators

Tools that replace standard language instructions with custom opcodes for virtual machine execution.

Distinct from Bytecode Obfuscators: Distinct from Bytecode Obfuscators: focuses on the instruction-level replacement with custom opcodes rather than general bytecode compilation.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Instruction Obfuscators. Refine with filters or upvote what's useful.

Awesome Bytecode Instruction Obfuscators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zeusssz/hercules-obfuscatorAvatar de zeusssz

    zeusssz/hercules-obfuscator

    217Voir sur 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

    Replaces standard language instructions with custom opcodes that require a specialized virtual machine to interpret and execute correctly.

    Lualualua-obfuscatorobfuscator
    Voir sur GitHub↗217
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Bytecode Obfuscators
  6. Bytecode Instruction Obfuscators