6 repositorios
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.
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.
OpenLens es un IDE de Kubernetes y gestor de clusters que proporciona una interfaz gráfica para observar y controlar recursos de Kubernetes en múltiples entornos. Funciona como una herramienta de escritorio para interactuar con clusters a través de un binario local. El proyecto se centra en la distribución de builds binarios firmados de la interfaz de gestión. Este enfoque permite la instalación y el uso del IDE sin requerir registros de cuenta de usuario o inicios de sesión obligatorios. El sistema incluye capacidades para la gestión de clusters de Kubernetes y actualizaciones binarias automatizadas. Rastrea las etiquetas de lanzamiento para asegurar que el software permanezca actualizado verificando e instalando automáticamente los ejecutables firmados más recientes.
Uses digital signatures for executables to verify the authenticity and integrity of the distributed software.
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.
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.
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.
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.