awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesBinary Signing

Processes for digitally signing executables and installers to verify authenticity and origin.

Distinct from Developer Certificate Signings: Candidates focus on specific OS proxies or iOS sideloading; this is a general requirement for agent authenticity.

Explore 6 awesome GitHub repositories matching security & cryptography · Binary Signing. Refine with filters or upvote what's useful.

Awesome Binary Signing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • meituan-dianping/walleMeituan-Dianping 的头像

    Meituan-Dianping/walle

    6,852在 GitHub 上查看↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Provides low-level binary patching of APK signing blocks to embed metadata while preserving cryptographic validity.

    Javaandroidapk-signature-scheme-v2gradle
    在 GitHub 上查看↗6,852
  • muhammedkalkan/openlensMuhammedKalkan 的头像

    MuhammedKalkan/OpenLens

    4,420在 GitHub 上查看↗

    OpenLens 是一个 Kubernetes IDE 和集群管理器,提供了一个用于观察和控制跨多个环境的 Kubernetes 资源的可视化界面。它作为一个桌面工具,通过本地二进制文件与集群进行交互。 该项目专注于管理界面的签名二进制构建的分发。这种方法允许在无需强制用户账户注册或登录的情况下安装和使用该 IDE。 该系统包括 Kubernetes 集群管理和自动化二进制更新功能。它追踪发布标签,通过自动检查并安装最新的签名可执行文件,确保软件保持最新状态。

    Uses digital signatures for executables to verify the authenticity and integrity of the distributed software.

    JavaScript
    在 GitHub 上查看↗4,420
  • amidaware/tacticalrmmamidaware 的头像

    amidaware/tacticalrmm

    4,161在 GitHub 上查看↗

    TacticalRMM is a remote monitoring and management platform designed for overseeing endpoints and automating IT administration. It functions as an endpoint management tool and IT automation framework, providing a centralized dashboard for executing scripts, monitoring system health, and managing remote devices across multiple tenants. The platform distinguishes itself through a comprehensive remote administration suite that includes real-time shell access, remote file management, and registry editing. It integrates with third-party remote desktop software and provides a hierarchical policy inh

    Uses digital certificates to sign agent executables and installers to ensure authenticity and reduce security warnings.

    Pythondjangodjango-rest-frameworkmonitoring
    在 GitHub 上查看↗4,161
  • apklab/apklabAPKLab 的头像

    APKLab/APKLab

    3,878在 GitHub 上查看↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    Compiles modified source files back into binaries and applies digital signatures for device installation.

    TypeScript
    在 GitHub 上查看↗3,878
  • jetbrains/intellij-platform-plugin-templateJetBrains 的头像

    JetBrains/intellij-platform-plugin-template

    3,740在 GitHub 上查看↗

    This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It provides a pre-configured directory layout and Gradle-based build automation to bootstrap new plugin projects with consistent compilation and dependency resolution. The template integrates a complete release management pipeline using GitHub Actions to automate the building, digital signing, and uploading of plugin binaries to a public marketplace. It includes a markdown-driven synchronizer that automatically updates marketplace release notes from a versioned text file during

    Implements automated digital signing of plugin binaries to ensure distribution authenticity.

    Kotlinintellijintellij-ideaintellij-idea-plugin
    在 GitHub 上查看↗3,740
  • nixos/nix.devNixOS 的头像

    NixOS/nix.dev

    3,630在 GitHub 上查看↗

    This project provides a functional package manager and a reproducible build system designed to ensure identical build inputs always produce the same outputs. It serves as the foundation for a declarative Linux distribution where the entire system state is defined in a configuration file, enabling predictable deployments and full-system rollbacks. The system uses a deterministic functional language and a lazy-evaluation expression engine to manage software dependencies and isolate build environments. It distinguishes itself through a content-addressable store that allows multiple versions of s

    Ensures the authenticity of binaries served from a cache using cryptographic key pairs for signing.

    Nixcookbookdocumentationlearning
    在 GitHub 上查看↗3,630
  1. Home
  2. Security & Cryptography
  3. Binary Signing

探索子标签

  • Signing Block PatchingTechniques for modifying specific byte offsets within a binary signature block to inject data without altering the cryptographic signature. **Distinct from Binary Signing:** Distinct from Binary Signing: focuses on post-signing modification of the signature block rather than the initial signing process.