7 रिपॉजिटरी
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.
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.
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.
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.
HyperCeiler is an Android system customizer and enhancement kit designed to alter core application logic and graphical interfaces. It functions as a customization module specifically for HyperOS mobile devices to modify their visual and functional behaviors. The project utilizes a system of signed OS modules, employing keystores and digital credentials to cryptographically sign packages for secure installation on the target device. Its capabilities cover the modification of system behavior and the alteration of visual elements through resource-based UI overrides and system-level logic modifi
Implements a secure deployment system for verified binary extensions to provide system-level enhancements.
यह प्रोजेक्ट एक GPU फ़ीचर संगतता परत और फ़्रेम जनरेशन मॉड है। यह एक DLL API एमुलेटर और रैपर के रूप में कार्य करता है जो प्रोप्राइटरी Nvidia DLSS फ़्रेम जनरेशन कॉल्स को इंटरसेप्ट करता है और उन्हें एक वैकल्पिक कार्यान्वयन पर रीडायरेक्ट करता है। यह सॉफ़्टवेयर उन गेम्स में AMD FSR 3 फ़्रेम जनरेशन को सक्षम बनाता है जो मूल रूप से केवल Nvidia DLSS फ़्रेम जनरेशन का समर्थन करते हैं। यह प्रोप्राइटरी ग्राफिक्स अनुरोधों को एक ओपन स्टैंडर्ड में अनुवादित करता है, जिससे फ़्रेम इंटरपोलेशन उन ग्राफिक्स कार्ड्स पर चलने की अनुमति मिलती है जो अन्यथा मूल वेंडर मानकों के साथ असंगत हैं। सिस्टम अपेक्षित फ़ंक्शन सिग्नेचर्स की नकल करने और एप्लिकेशन क्रैश को रोकने के लिए DLL प्रॉक्सी रैपिंग और डायनामिक लाइब्रेरी रीडायरेक्शन का उपयोग करता है। यह प्रक्रिया रनटाइम हुकिंग और API सतह एमुलेशन के माध्यम से प्रोप्राइटरी-से-ओपन अनुवादों को मैप करती है।
Employs a proxy mechanism to route DLL calls through a custom implementation to enable FSR 3.
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.
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.