awesome-repositories.com
Blog
awesome-repositories.com

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

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

7 repositorios

Awesome GitHub RepositoriesSigned Binary Modules

Secure deployment and installation of verified binary extensions for hardware-level capabilities.

Distinct from Binary Module Loaders: Existing candidates focus on build-time compilation or runtime loading rather than secure signed deployment of hardware extensions.

Explore 7 awesome GitHub repositories matching operating systems & systems programming · Signed Binary Modules. Refine with filters or upvote what's useful.

Awesome Signed Binary Modules GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ruvnet/ruviewAvatar de ruvnet

    ruvnet/RuView

    74,285Ver en GitHub↗

    RuView is a WiFi spatial sensing platform that uses radio frequency reflections to detect presence, track body poses, and monitor vital signs without the use of cameras. It functions as a 3D point-cloud spatial mapper, converting signal disturbances into coordinate sets to visualize physical environments and human movement. The system operates as a distributed sensing mesh where synchronized nodes use consensus and shared audit trails to maintain data consistency across a swarm. It further acts as an MQTT home automation bridge, streaming real-time spatial telemetry and occupancy data to smar

    Supports the installation of verified hardware-level extensions via secure signed binary updates.

    Rust
    Ver en GitHub↗74,285
  • lolbas-project/lolbasAvatar de LOLBAS-Project

    LOLBAS-Project/LOLBAS

    8,323Ver en GitHub↗

    LOLBAS is a curated database and knowledge base of signed Windows binaries that can be misused to bypass security restrictions and execute unauthorized code. It serves as a technical registry that maps trusted system files to their functional capabilities and the offensive tactics they enable. The project distinguishes itself by providing a capability-driven indexing system and a tactics registry that relates legitimate binary functionality to known security evasion techniques. It includes an association layer that links specific system binaries to attack patterns and tactical objectives, pro

    Provides a comprehensive database of signed binaries used to bypass execution restrictions by spawning unauthorized processes.

    XSLTblueteamdfirliving-off-the-land
    Ver en GitHub↗8,323
  • sigstore/cosignAvatar de sigstore

    sigstore/cosign

    5,667Ver en GitHub↗

    Cosign is a tool for signing and verifying software artifacts, primarily those stored in OCI-compatible registries such as container images, Helm charts, SBOMs, and Tekton bundles. It supports keyless signing using ephemeral keys and short-lived certificates from the Sigstore public-good infrastructure, associating signatures with an OpenID Connect identity rather than a long-lived cryptographic key. The project provides multiple signing and verification methods, including private keys, key pairs stored in KMS providers like AWS KMS and Azure Key Vault, and hardware security keys. It can sign

    Signs and verifies WebAssembly modules stored in OCI registries for integrity and provenance.

    Go
    Ver en GitHub↗5,667
  • rechronorain/hyperceilerAvatar de ReChronoRain

    ReChronoRain/HyperCeiler

    4,973Ver en GitHub↗

    HyperCeiler es un kit de personalización y mejora del sistema Android diseñado para alterar la lógica central de las aplicaciones y las interfaces gráficas. Funciona como un módulo de personalización específicamente para dispositivos móviles HyperOS con el fin de modificar sus comportamientos visuales y funcionales. El proyecto utiliza un sistema de módulos de SO firmados, empleando almacenes de claves y credenciales digitales para firmar criptográficamente los paquetes para una instalación segura en el dispositivo objetivo. Sus capacidades cubren la modificación del comportamiento del sistema y la alteración de elementos visuales mediante anulaciones de UI basadas en recursos y modificaciones de lógica a nivel de sistema.

    Implements a secure deployment system for verified binary extensions to provide system-level enhancements.

    Javaxposedxposed-module
    Ver en GitHub↗4,973
  • nukem9/dlssg-to-fsr3Avatar de Nukem9

    Nukem9/dlssg-to-fsr3

    4,951Ver en GitHub↗

    Este proyecto es una capa de compatibilidad de características de GPU y un mod de generación de fotogramas. Funciona como un emulador y envoltorio de API DLL que intercepta las llamadas de generación de fotogramas DLSS de Nvidia y las redirige a una implementación alternativa. El software permite la generación de fotogramas AMD FSR 3 en juegos que admiten de forma nativa solo la generación de fotogramas DLSS de Nvidia. Traduce solicitudes gráficas propietarias a un estándar abierto, permitiendo que la interpolación de fotogramas se ejecute en tarjetas gráficas que, de otro modo, serían incompatibles con los estándares originales del proveedor. El sistema emplea envoltorios de proxy DLL y redirección de bibliotecas dinámicas para imitar las firmas de funciones esperadas y evitar bloqueos de la aplicación. Este proceso mapea las traducciones de propietario a abierto a través de enganches en tiempo de ejecución y emulación de superficie de API.

    Employs a proxy mechanism to route DLL calls through a custom implementation to enable FSR 3.

    C++amddirectx-12game-development
    Ver en GitHub↗4,951
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Ver en GitHub↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Recomputes cryptographic signatures to ensure modified Android packages remain installable on target devices.

    Shellandroidandroid-reverse-engineeringapk
    Ver en GitHub↗3,795
  • sebaxakerhtc/rdpwrap.iniAvatar de sebaxakerhtc

    sebaxakerhtc/rdpwrap.ini

    3,702Ver en GitHub↗

    This project provides configuration data structures containing build-specific memory offsets and patch codes required to activate remote desktop services. It serves as a registry of parameters and patch sets used to bypass remote desktop restrictions across various operating system builds. The repository specifically focuses on updating configuration files for the RDP Wrapper library. This ensures compatibility with new operating system builds, enabling remote desktop connectivity on editions that do not natively support the feature. The project covers system-level configuration for remote d

    Intercepts system calls via a proxy DLL to redirect remote desktop service functions to a wrapper library.

    Ver en GitHub↗3,702
  1. Home
  2. Operating Systems & Systems Programming
  3. Signed Binary Modules

Explorar subetiquetas

  • Android System Module Signing1 sub-etiquetaCryptographic signing of binary modules specifically for secure installation on Android devices. **Distinct from Signed Binary Modules:** Distinct from Signed Binary Modules: specifically targets the Android OS module ecosystem rather than general hardware extensions.
  • DLL Proxy ExecutionExecuting dynamic link libraries by routing the call through a trusted, signed binary. **Distinct from Signed Binary Modules:** Focuses on the proxying mechanism for execution rather than the secure deployment of signed modules.
  • DLL Proxy WrappingIntercepts calls to a proprietary library and redirects them to a custom implementation via a proxy DLL. **Distinct from DLL Proxy Execution:** Distinct from DLL Proxy Execution: focuses on wrapping and redirecting function calls for feature replacement rather than secure execution or whitelisting bypass.
  • Signed Binary ProxyingUsing signed system binaries as parent processes to spawn unauthorized children and bypass restrictions. **Distinct from Signed Binary Modules:** Focuses on using the signed status of a binary to evade security software, not secure module loading.
  • WebAssembly Module SigningsUploads WebAssembly modules to an OCI registry, signs them, and verifies their signatures to ensure integrity and provenance. **Distinct from Signed Binary Modules:** Distinct from Signed Binary Modules: specifically targets WebAssembly modules stored in OCI registries, not general binary extensions.
  • eBPF Module SigningSigns eBPF modules stored in OCI registries and verifies their signatures to confirm integrity. **Distinct from Signed Binary Modules:** Distinct from Signed Binary Modules: specifically targets eBPF modules in OCI registries, not general binary modules.