3 repositorios
Mechanisms for loading and linking executable code modules into a running system at runtime.
Distinct from Dynamic Module Loading: Existing candidates target browser environments, plugin blockers, or configuration systems rather than OS-level dynamic linking of binaries.
Explore 3 awesome GitHub repositories matching operating systems & systems programming · Dynamic Module Loading. Refine with filters or upvote what's useful.
NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit architectures. It provides a deterministic execution environment with a real-time task scheduler and a POSIX embedded kernel to ensure portable code execution across diverse hardware targets. The project distinguishes itself through a comprehensive hardware abstraction layer that provides standardized drivers for I2C, SPI, CAN, and USB across various semiconductor chipsets. It also features an embedded networking stack supporting TCP, UDP, IPv4, and IPv6, alongside industrial proto
Execute separately linked programs by connecting them to the base system code at runtime.
KernelSU-Next is a kernel-level framework designed to provide administrative privileges and granular access control on the Android operating system. By integrating directly into the kernel during the build process, the project enables superuser management and system-wide modifications through kernel-level patching and system call interception. The framework distinguishes itself by utilizing non-persistent file system overlays, which allow for system partition modifications and module injection without altering underlying read-only storage blocks. This approach facilitates dynamic functionalit
Injects executable code into the running kernel environment to extend system functionality without requiring a reboot.
Contiki is an operating system designed for resource-constrained embedded devices and the Internet of Things. It provides a lightweight, event-driven kernel that enables multitasking and low-power wireless network connectivity on hardware with extremely limited memory and processing power. The system distinguishes itself through a stackless threading model that allows for a blocking-style programming interface while maintaining a minimal memory footprint. It supports dynamic module and firmware management, enabling the loading and linking of relocatable binary code at runtime to update applic
Supports loading and linking relocatable binary code at runtime to swap application functionality without requiring a full system reboot.