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éesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSource Obfuscation

Translating source code into bytecode specifically to obscure logic and prevent reverse engineering.

Distinct from Source-to-Bytecode Compilers: Distinct from general source-to-bytecode compilation by focusing on the intent of obfuscation rather than just VM execution.

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

Awesome Source Obfuscation 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.
  • zeit/pkgAvatar de zeit

    zeit/pkg

    24,366Voir sur GitHub↗

    pkg is a Node.js executable packager and cross-platform binary compiler. It bundles a project and its dependencies into a single standalone executable file that runs without a pre-installed runtime on the target machine. The tool uses a virtual filesystem bundler to embed project assets and native modules into a binary snapshot. It includes a bytecode obfuscator that compiles source code into bytecode to prevent the extraction of raw logic. The project supports cross-platform distribution, allowing the generation of binaries for different operating systems and architectures from a single hos

    Compiles JavaScript source into binary bytecode to hide raw logic within the executable.

    JavaScript
    Voir sur GitHub↗24,366
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Source Obfuscation