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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesSource Code Injection

Programmatic modification of source files by inserting code fragments at specific markers.

Distinct from Marker-Based Injection Utilities: Focuses on modifying generated source code rather than updating documentation files

Explore 9 awesome GitHub repositories matching web development · Source Code Injection. Refine with filters or upvote what's useful.

Awesome Source Code Injection GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jhipster/generator-jhipsterAvatar de jhipster

    jhipster/generator-jhipster

    22,418Ver en GitHub↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    Modifies final output files by searching for specific markers and inserting custom code fragments.

    TypeScriptangularclouddocker
    Ver en GitHub↗22,418
  • kubernetes-sigs/kubebuilderAvatar de kubernetes-sigs

    kubernetes-sigs/kubebuilder

    8,992Ver en GitHub↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Identifies specific locations in files where new components can be inserted without overwriting user-written logic.

    Gok8s-sig-api-machinery
    Ver en GitHub↗8,992
  • col-e/recafAvatar de Col-E

    Col-E/Recaf

    7,252Ver en GitHub↗

    Recaf es un conjunto de herramientas especializadas para ensamblar, editar, desofuscar, descompilar e instrumentar bytecode de Java y procesos en tiempo de ejecución. Proporciona un entorno coordinado para modificar archivos de clase Java compilados y analizar el comportamiento de las aplicaciones Java. El proyecto se distingue por una capa de abstracción de múltiples niveles que permite la edición a través de diferentes formatos y un framework conectable que enruta el bytecode a través de múltiples motores de descompilación configurables. Incluye un motor de scripting embebido y una arquitectura de plugins para automatizar tareas repetitivas y extender el comportamiento del sistema. El conjunto de herramientas cubre varias áreas de capacidad de alto nivel, incluyendo análisis estático para buscar contenido de aplicaciones y simular estados de ejecución de métodos. También admite instrumentación en tiempo de ejecución para adjuntar a procesos en vivo y transformación automatizada de bytecode para eliminar la ofuscación y reparar archivos de clase. La ejecución headless es compatible a través de una interfaz de línea de comandos para integrar flujos de trabajo en tuberías de construcción externas.

    Provides automated bytecode transformers to rename members and patch class files for deobfuscation.

    Java
    Ver en GitHub↗7,252
  • jondot/hygenAvatar de jondot

    jondot/hygen

    5,935Ver en GitHub↗

    Hygen is a code generator CLI and interactive template engine that scaffolds new files and injects code into existing ones using project-local templates. It operates as a Node.js code generator library that can be embedded inside custom binaries for tailored workflows, and also functions as a project scaffolding tool for bootstrapping new projects or folders from remote template repositories. The tool discovers templates by scanning a project's _templates directory at runtime, mapping folder and file names directly to generator commands and actions. It collects user input through interactiv

    Prevents repeated code insertion by tracking injection markers (start/end delimiters) within target files.

    JavaScriptcligeneratornodejs
    Ver en GitHub↗5,935
  • caffeinemc/sodiumAvatar de CaffeineMC

    CaffeineMC/sodium

    5,469Ver en GitHub↗

    Sodium is a Minecraft performance optimization project that replaces the default rendering engine to increase frame rates and reduce stutter. It functions as a game rendering modification that applies runtime patches to the engine to change how graphics are displayed. The project provides a customizable settings registry, allowing for the addition of new configuration options to the video menu so other extensions can integrate their own visual settings. The rendering system implements chunk-based culling logic and buffer-based geometry caching to minimize draw calls and reduce CPU overhead.

    Injects custom code into precompiled class files at load time using bytecode transformation.

    Javaazdofabricminecraft
    Ver en GitHub↗5,469
  • dashingsoft/pyarmorAvatar de dashingsoft

    dashingsoft/pyarmor

    5,114Ver en GitHub↗

    Pyarmor es un conjunto de herramientas para proteger software en Python mediante la ofuscación de código fuente, protección de bytecode y compilación binaria. Funciona como un ofuscador de código, protector de bytecode y compilador binario diseñado para prevenir la ingeniería inversa y el acceso no autorizado a scripts y paquetes de Python. El proyecto se distingue por proporcionar un gestor de licencias de software integral que permite licencias vinculadas al hardware. Esto permite a los desarrolladores bloquear la ejecución de scripts a dispositivos físicos o máquinas virtuales específicos y aplicar fechas de vencimiento estrictas mediante claves de tiempo de ejecución cifradas. Sus capacidades más amplias cubren la distribución segura mediante la generación de wheels ofuscados y ejecutables independientes para múltiples plataformas. La superficie de seguridad incluye comprobaciones de integridad en tiempo de ejecución, como la prevención de adjuntar depuradores, protección a nivel de memoria y la conversión de funciones de Python en extensiones de C compiladas. La herramienta incluye una interfaz de línea de comandos y admite la integración en pipelines de integración continua (CI) para automatizar el proceso de ofuscación durante las compilaciones.

    Allows inserting specific instructions into the obfuscated output via source code comments that are removed during the build.

    Python
    Ver en GitHub↗5,114
  • shader-slang/slangAvatar de shader-slang

    shader-slang/slang

    5,039Ver en GitHub↗

    Slang is a shader compiler framework that combines a modular shading language with automatic differentiation, multi-target code generation, and an intrinsic mapping and extension system. At its core, Slang provides a differentiable shader compiler that automatically generates forward and backward derivative propagation for functions with control flow, enabling gradient-based optimization in graphics. The framework also includes a fully featured shader language with modules, generics, interfaces, and separate compilation, all designed for building reusable shader libraries. From a single source

    Inserts target-specific code into generated shader output with automatic deduplication of identical prelude strings.

    C++cudad3d12glsl
    Ver en GitHub↗5,039
  • davidhdev/vue-bitsAvatar de DavidHDev

    DavidHDev/vue-bits

    4,149Ver en GitHub↗

    vue-bits is a Vue component library and animated UI kit providing a collection of pre-built interface elements and text effects. It functions as a source-code distribution system for adding motion and interactivity to web pages. The project includes a command line installer that enables the targeted extraction of specific component source code directly into a local project directory. This CLI-driven approach allows for the integration of UI elements without relying on traditional package installation. The library covers animated UI development and frontend component management, using prop-dr

    Programmatically inserts Vue component source code into local project files while preserving original formatting.

    Vuejavascripttailwindtailwindcss
    Ver en GitHub↗4,149
  • chainlift/liftkitAvatar de Chainlift

    Chainlift/liftkit

    2,584Ver en GitHub↗

    Liftkit is a modular code distribution tool and component code importer designed to download UI component source code directly into local repositories. It functions as a frontend component bridge, transferring pre-made UI elements and design patterns from remote repositories into local project directories for full implementation control. The utility acts as a design system synchronizer, aligning visual components and patterns across different design and coding tools. This process ensures consistency between layout and final code by synchronizing UI design patterns throughout the development w

    Downloads specific code blocks from remote repositories directly into local projects to bypass traditional package managers.

    CSScomponent-librarycssnextjs
    Ver en GitHub↗2,584
  1. Home
  2. Web Development
  3. Content Insertion Utilities
  4. Dynamic Content Insertion
  5. Marker-Based Injection Utilities
  6. Source Code Injection

Explorar subetiquetas

  • Bytecode TransformersInjects custom code into precompiled class files at load time using bytecode transformation. **Distinct from Source Code Injection:** Distinct from Source Code Injection: operates on compiled bytecode at load time, not source files.
  • Comment-Based Code InjectionsInsertion of specific instructions into obfuscated output using source code comments as markers. **Distinct from Source Code Injection:** Distinct from general source code injection: uses comments as non-permanent markers that are stripped during the build process.
  • Duplicate Injection GuardsMechanisms that prevent repeated code insertion by tracking injection markers within target files. **Distinct from Source Code Injection:** Distinct from Source Code Injection: focuses on deduplication logic during injection, not the general act of inserting code at markers.
  • Duplicate-Protected InjectionsInserts template content into existing files at specified locations while preventing duplicate injections via marker tracking. **Distinct from Source Code Injection:** Distinct from Source Code Injection: adds a duplicate-injection guard that prevents repeated code insertion by tracking injection markers.
  • Remote Source InjectionsDownloading specific code blocks from remote repositories into local files to bypass package managers. **Distinct from Source Code Injection:** Distinct from Source Code Injection: focuses on the remote-to-local transport of blocks rather than programmatic modification of existing files.
  • Target-Specific Code InjectionsInserting arbitrary includes, definitions, or other target-language code into generated output with automatic deduplication of identical prelude strings. **Distinct from Source Code Injection:** Distinct from Source Code Injection: focuses on injecting target-specific code into generated shader output rather than general source code modification.