dynamic-linking
There are 51 repositories under dynamic-linking topic.
jserv/amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
byteduck/duckOS
An x86 monolithic kernel and operating system written in modern C++. Comes with in-house graphical applications and command line utilities, plus ports of existing software. And yes, it runs DOOM!
coord-e/magicpak
:hammer: Build minimal docker images without static linking
Taymindis/nginx-link-function
It is a NGINX module that provides dynamic linking to your application in server context and call the function of your application in location directive
mohitmishra786/underTheHoodOfExecutables
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
bearcove/rubicon
rubicon enables a form of dynamic linking in Rust through cdylib crates and carefully-enforced invariants.
JasonBrave/PanicOS
A simple x86 operating system with graphical user space
hinqiwame/soinjector
Linux shared object injector written in pure C
ahmeducf/computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmerโs Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
lastweek/source-glibc
notes about glibc, ld-so and more.
marysaka/oss-rtld
A reimplementation of the RunTime Link Editor (RTLD) of the Nintendo Switch.
Ferdi265/dynamic-loader
A simple Linux dynamic loader capable of loading simple binaries using simple shared libraries (no glibc support)
HPCguy/Squint
Squint: A peephole optimizer for stack VM compilers
johannst/dynld
Dynamic linker studies.
Alessandro-Salerno/htmc
Ever wanted to code a website in C? No? Well, now you can!
Chen-Si-An/OCC-MFC
Use OpenCASCADE library to implement data visualization under MFC framework
emersion/what-does-a-linker-do
A collection of small examples demonstrating various linker features
robertdfrench/ifuncd-up
GNU IFUNC is the real culprit behind CVE-2024-3094
jo12bar/rust-exe-packer
My implementation of the ELF executable packer described in @fasterthanlime's ongoing series.
fgsfdsfgs/libsolder
a crappy dynamic linker for Switch / libnx
AldaronLau/dl_api
The easiest, simplest and safest way to load dynamic (shared object) libraries from Rust!
yotann/bcdb
A database and infrastructure for distributed processing of LLVM bitcode.
Asim-2000/Referral-System-Flutter
๐ฒ Referral System with Flutter using Firebase Dynamic Links
bitmeal/cap-grant-ld
run executables with capabilities, while using shared libraries from locations in $LD_LIBRARY_PATH, as non-root user
fzakaria/old
The Other Link Editor
DaniAsh551/symbol_interposition
Symbol Interposition / Function Interception Introduction and Demo
soypat/so
MWE tutorial of .so dynamic linking. Call C from Go; and Go from Python
aurorafossorg/riverd-lua
Dynamic and static D bindings for Lua scripting language library
aurorafossorg/riverd-x11
Dynamic and static D bindings for X11 protocol client library
Dare-marvel/Operating-Systems--OS--
๐ป Welcome to the Operating Systems Repository! ๐โจ Immerse yourself in a meticulously curated knowledge reservoir on Operating Systems. ๐๐ก Explore the intricacies of system management, processes, and kernel architecture. ๐๐ Master the art of efficient operating system navigation in this dynamic space! ๐จโ๐ป๐
aurorafossorg/riverd-xxf86vm
Dynamic and static D bindings for X11 XFree86 video mode extension library
aurorafossorg/riverd-xcursor
Dynamic and static D bindings for X cursor management library
dman-os/template_rust_dylink
A rust template repository configured to dynamically link dependencies.
DongCX-LDHSP/OSExperiment3
ๆไฝ็ณป็ปๅฎ้ชไธ
jtaczanowski/nginx-link-function_golang-example
Example of nginx plugin written in Golang and loaded by nginx-link-function
mulle-nat/ld-so-breakage
๐ฑ ld.so is broken on linux