An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with linker

A curated list of projects in awesome lists tagged with linker .

https://github.com/intoli/exodus

Painless relocation of Linux binaries–and all of their dependencies–without containers.

binary elf exodus linker linux packaging portable python relocation

Last synced: 14 May 2025

https://github.com/akavel/rsrc

Tool for embedding .ico & manifest resources in Go programs for Windows.

embed go ico ico-files icon linker manifest stable windows

Last synced: 14 May 2025

https://github.com/michaeleisel/zld

A faster version of Apple's linker

ios linker macos

Last synced: 28 Sep 2025

https://github.com/crosire/blink

A tool which allows you to edit source code of any MSVC C++ project live at runtime

c-plus-plus linker live-coding pdb

Last synced: 10 Oct 2025

https://github.com/z88dk/z88dk

The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.

8080 asm assembler assembly-language c c-compiler embedded gbz80 libc libm linker rabbit2000 sccz80 sdcc z180 z80 z80asm z88dk zcc zsdcc

Last synced: 14 May 2025

https://github.com/mempodippy/vlany

Linux LD_PRELOAD rootkit (x86 and x86_64 architectures)

c cli debian dynamic ldpreload libc libdl libpam libpcap library libssl linker linux preload reboot rootkit shared tui userland

Last synced: 12 Apr 2025

https://github.com/tinyclub/open-c-book

开源书籍:《C语言编程透视》,配套视频课程《360° 剖析 Linux ELF》已上线,视频讲解更为系统和深入,欢迎订阅:https://www.cctalk.com/m/group/88089283

c compiler debugging editor elf excutables linker linux loader process

Last synced: 06 Apr 2025

https://github.com/xboxdev/nxdk

The cross-platform, open-source SDK to develop for original Xbox: *new* xdk

3d compiler hacktoberfest homebrew linker llvm nxdk shaders toolchain xbox xboxkrnl xiso

Last synced: 15 May 2025

https://github.com/XboxDev/nxdk

The cross-platform, open-source SDK to develop for original Xbox: *new* xdk

3d compiler hacktoberfest homebrew linker llvm nxdk shaders toolchain xbox xboxkrnl xiso

Last synced: 02 May 2025

https://github.com/llvm-mos/llvm-mos

Port of LLVM to the MOS 6502 and related processors

6502 6502-assembly c-compiler linker llvm

Last synced: 15 May 2025

https://github.com/hexhacking/xDL

:fire: xDL is an enhanced implementation of the Android DL series functions.

android bypass debugging-symbol dlopen dlsym dynamic-symbol linker native symbol symbols

Last synced: 27 Mar 2025

https://github.com/sanfengAndroid/fake-linker

Modify Android linker to provide loading module and hook function

android-hook android-linker browser-stack linker plt-hook

Last synced: 27 Mar 2025

https://github.com/mrsmith33/vox

Vox language compiler. AOT / JIT / Linker. Zero dependencies

amd64 aot codegen compiler d dlang jit language linker pe-format programming-language ssa-form vox voxlang x86-64

Last synced: 28 Jan 2026

https://github.com/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.

binary-analysis binary-format c-programming compilation computer-science dynamic-linking educational elf executable linker loader low-level-programming operating-systems optimization performance-optimization programming-guide reverse-engineering static-linking system-programming tutorial

Last synced: 18 Feb 2026

https://github.com/kubkon/bold

bold: the bold linker

linker zig zig-package

Last synced: 16 May 2025

https://github.com/google/esh

UART based embedded shell for embedded systems. Intended to be used for learning, experimenting and diagnostics.

aarch64 arm-architecture arm-assembly armv8 assembly bare-metal baremetal bootloader bringup cortex-m embedded gdb linker nucleo-f401re qemu risc-v riscv32 riscv64 shell tiva-c-series

Last synced: 11 Apr 2025

https://github.com/tyfkda/xcc

Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm

aarch64 arm64 assembler c c-compiler compiler elf64 linker mach-o posix preprocessor riscv64 self-hosting wasi wasm x86-64

Last synced: 12 Apr 2025

https://github.com/aep/elfkit

rust elf parsing, manipulation and (re)linking toolkit

binutils elf elf-parser ld linker rust

Last synced: 30 Dec 2025

https://github.com/tu-lang/tu

tu-lang(凸)是一种编程语言,旨在创造一种非常简单高效的-零依赖-语言(防秃)。已实现自举

amd64 asmer assembly asynchronous asyncio coroutines dynamic-programming linker linux native programming-language static-programming

Last synced: 14 Jan 2026

https://github.com/xoofx/libobjectfile

LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)

csharp debugging dotnet dwarf elf elf-parser linker pe-file

Last synced: 16 May 2025

https://github.com/MaksimKurpa/Linker

🎯 Your easiest way to handle all URLs.

closure deeplinks ios-developer-tools ios-swift linker scheme swift-library

Last synced: 06 Aug 2025

https://github.com/imihajlow/ccpu

A 8-bit computer made of 74xx series logic gates and memory ICs.

8bit assembler compiler computer cpu electronics linker logic-gates vga-controller

Last synced: 27 Mar 2026

https://github.com/kongzue/btlinker

🔥空祖家的蓝牙连接封装库,适用于智能硬件蓝牙通讯

android ble bluetooth btlinker btutil kongzue linker smart-devices spp

Last synced: 14 May 2025

https://github.com/jingmatrix/demo

A demo app to detect Zygote injections

android injection linker

Last synced: 10 Apr 2025

https://github.com/promyloph/linkermapviz

GNU ld linker map visualization

embedded ld linker treemap visualization

Last synced: 08 Aug 2025

https://github.com/kongzue/wifilinker

🔥空祖家的Wifi连接封装库,适用于智能硬件Wifi连接通讯

android kongzue linker smart-devices wifi

Last synced: 14 May 2025

https://github.com/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.

binary-analysis binary-format c-programming compilation computer-science dynamic-linking educational elf executable linker loader low-level-programming operating-systems optimization performance-optimization programming-guide reverse-engineering static-linking system-programming tutorial

Last synced: 04 May 2025

https://github.com/denzp/rust-ptx-linker

The missing puzzle piece for NVPTX experience with Rust

cuda linker llvm nvptx rust

Last synced: 16 Mar 2025

https://github.com/aligrudi/neatld

A simple ARM/x86(_64) static linker

arm c linker neatcc x86 x86-64

Last synced: 28 Dec 2025

https://github.com/ibara/l80

CP/M and MS-DOS COM executable linker written in D.

8080 8086 8088 coding cp-m cpm d dlang i80 i8080 intel linker loader ms-dos msdos programming retro x86 z80 zilog

Last synced: 07 Jan 2026

https://github.com/dosworld/smallc

Here is collection of original untouched source code for 'Small C' family

16-bit 16bit 8086 86 asm assembler c c-compiler compiler dos free linker ms-dos programming real-mode retro small small-c smallc val

Last synced: 30 Jul 2025

https://github.com/geri-borbas/unity.blog.override_app_delegate

A maintainable way to extend / override app delegate in Unity iOS / OSX standalone player. (Much) more at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/

delegate framework ios ios-framework ios-lib library linker mach-o osx osx-framework unity unity-plugin unity3d unity3d-plugin

Last synced: 27 Jun 2025

https://github.com/trhodeos/spicy

Clone of N64 sdk's mild.exe

golang linker n64

Last synced: 02 Apr 2026

https://github.com/knightos/scas

SirCmpwn's assembler (and linker)

assembler knightos linker z80

Last synced: 04 Oct 2025

https://github.com/taeguk/system-programming-sicxe-project

Sogang Univ. System Programming (CSE4100) - SIC/XE Machine Project

assembler c-language linker loader sic-xe sic-xe-machines sogang

Last synced: 09 Sep 2025

https://github.com/dosworld/rtools

RDOFF2 16/32 bit object code linker for MS-DOS (Link into COM, MZ, ADAM, LX, PE32 formats).

16-bit com dos exe link linker ms-dos nasm obj object pascal rdf rdl

Last synced: 08 Feb 2026

https://github.com/fzakaria/uld

A minimal Rust linker

compilers educational linker rust

Last synced: 07 Apr 2026

https://github.com/essandess/matryoshka-name-tool

A recursive call of OS X's install_name_tool for shared library distributions

linker macos objectmapper shared-libraries

Last synced: 30 Dec 2025

https://github.com/mogenson/trinket-m0

Building an embedded Rust application on top of the ASF4 C vendor library

adafruit asf4 atmel c embedded embedded-hal linker microchip rust samd21 trinket-m0

Last synced: 13 May 2025

https://github.com/kotleni/helloos

Hello OS kernel. (home project)

baremetal c kernel linker nasm os x86

Last synced: 09 Jul 2025

https://github.com/nzeemin/pclink11

Cross-linker, porting PDP-11 LINK to C/C++, WIP 🚧

cplusplus cross-link linker pdp-11 pdp11 retrocomputing

Last synced: 12 Apr 2025

https://github.com/dosworld/objview

OBJ/OMF, RDF/RDOFF investigation tool.

compiler file link linker nasm obj object omf rdf rdoff x86

Last synced: 06 Jan 2026

https://github.com/ikskuh/slf

The Simple Linking Format

binary binutils linker object-format zig zig-package ziglang

Last synced: 02 Aug 2025

https://github.com/binarymelodies/retrolinker

A linker for obsolete 8/16/32-bit executable formats

amiga atari-st classic-mac-os cpm cpm68k cpm86 dosextender elks linker msdos os2 windows x68000

Last synced: 05 Sep 2025

https://github.com/williamvenner/linkstore

Rust crate for embedding, manipulating and retrieving data embedded in binaries using linker sections

ar binaries binary coff drm elf executable fingerprint fingerprinting linker linking mach-o macho pe program rust steganography

Last synced: 01 Apr 2025

https://github.com/kingluo/ngx-lua-request-time

openresty hook: record the lua execution time per request in ngx.ctx via LD_PRELOAD

linker luajit nginx openresty profiling

Last synced: 28 Apr 2025

https://github.com/newcomb-luke/kos-klinker

A utility part of the Kerbal Compiler Collection that links one or more KerbalObject files into one executable or shared KSM file.

compiler kasm kerbal-operating-system kerbal-space-program kos krisc ksp linker

Last synced: 26 Jul 2025

https://github.com/felipensp/call

Command-line utility to execute function from specified object file

c call dynamic lib linker object runtime

Last synced: 23 Aug 2025

https://github.com/spouliot/dotnet-tools

Bag of semi-useful stuff I use from time to time (and keep searching for)

cli csharp dotnet linker

Last synced: 10 Apr 2025

https://github.com/spotandjake/brisklinker

A General Purpose Wasm Linker Built For The Brisk Programming Language

brisk grain linker wasm

Last synced: 08 Jul 2025

https://github.com/yugr/localizer

A simple tool to find functions which can be made static

interfaces linker static-analysis

Last synced: 25 Jun 2025

https://github.com/supermarsx/codex-cli-linker

Connect Codex-CLI to third-party LLM servers like LM Studio and Ollama

agentic-workflow codex codex-cli deepseek gpt-oss linker lm-studio lmstudio local-llm ollama openai qwen script

Last synced: 24 Oct 2025

https://github.com/stackoverflowexcept1on/anonlink

Command line tool to automatically patch link.exe to remove Rich PE Header

linker patcher pe-file rust windows

Last synced: 02 May 2025

https://github.com/trond-snekvik/vscode-gnu-map

VS Code extension for GNU Linker Map files

linker mapfile vscode vscode-extension

Last synced: 18 Jan 2026

https://github.com/ricardoquesada/alink

alink: linker for OBJ files. from here: http://alink.sourceforge.net/. Ported to linux/mac

dos linker

Last synced: 28 Jul 2025

https://github.com/aremmell/emblob

A CLI tool to be used as part of a build toolchain which generates linker input object files containing arbitrary files as binary objects (blobs) with accompanying C/C++ header files providing the necessary code to access the blob's data at runtime.

blob cli-tool embedding linker toolchain

Last synced: 04 Mar 2026

https://github.com/yugr/ld-limiter

Limit number of parallel link jobs

linker performance

Last synced: 04 Nov 2025

https://github.com/newcomb-luke/kerbalobjects.rs

KerbalObjects is a Rust crate that allows anyone to read or write a Kerbal Machine Code or Kerbal Object file.

compiler kasm kerbal kerbal-space-program klinker krisc linker rust

Last synced: 26 Jul 2025

https://github.com/luminagames/emaillinker

A plugin to link player's email address to your spigot server and store it in a Database.

email linker spigot

Last synced: 04 Nov 2025

https://github.com/baron-von-riedesel/wl32

WL32 - based on CauseWay's DOS linkers WL32 and WarpLink

causeway dos linker

Last synced: 06 Mar 2026

https://github.com/ddosolitary/ld-audit-search-mod

Audit module that modifies ld.so library search behavior

glibc linker nix

Last synced: 29 Oct 2025

https://github.com/evancarroll/nasm_linux_asm

Learn assembly, with NASM and Linux.

assembly gcc linker linux nasm x86 x86-64

Last synced: 10 May 2026

https://github.com/limdongjin/sicxe-assembler

SIC/XE Machine Project for System Programming(CSE4100) 2019 Spring, Sogang Univ.

assembler assembler-implementation assembly assignment c linker loader sic sic-xe-machines sicxe sogang

Last synced: 17 May 2026

https://github.com/msinger/binutils-sm83

Binutils port for the Sharp SM83 (Game Boy CPU)

assembler assembly-sm83 binutils dmg-001 dmg-cpu game-boy gameboy linker nintendo sm83

Last synced: 21 Apr 2026

https://github.com/spoutn1k/python-sotools

Python tools to resolve dynamic dependencies of ELF objects

elf linker linux security system tool

Last synced: 17 Nov 2025

https://github.com/mistuke/binutils-gdb

Fork of binutils optimised for native and fast Windows I/O use.

binutils linker optimization pe windows

Last synced: 30 Jul 2025

https://github.com/chemoelectric-nixos/glibc-libre

A script to free NixOS users from the Nixonian unwillingness to give you an ld.so.cache

freedom glibc glibc-compatibility gnu gnu-linux linker linux nixos nixos-configuration

Last synced: 04 Nov 2025

https://github.com/minty-meeo/mwlinkermap

A C++ library for parsing Metrowerks linker maps to extract symbolic information

library linker map metrowerks symbol

Last synced: 09 Oct 2025

https://github.com/vlmarkov/simple-translator

Simple translator (from own language to assembler)

assembler compiler linker translation

Last synced: 01 May 2026

https://github.com/domfarolino/abi

What an ABI and ABI-stability is, and how it interacts with dynamic linking

abi linker linking shared-library

Last synced: 25 Feb 2026

https://github.com/chenhengqi/ldcache

a small library for parsing ld.so.cache

binary cache codec linker

Last synced: 20 Mar 2025

https://github.com/shedeurcoder/chiblink

Official source code for Chiblink, a link lister.

express expressjs linker mongoose

Last synced: 04 May 2026

https://github.com/amlel-el-mahrouss/opencc

[Alpha/WIP] Custom C++ compiler with an assembler, linker, and custom executable format (PEF).

assembler c compiler cpp linker

Last synced: 22 Mar 2025

https://github.com/amlel-el-mahrouss/cc

A C/C++ compiler, assembler, and linker meant for NeKernel, customized for it.

assembler c compiler cpp linker

Last synced: 25 Mar 2025

https://github.com/osiewicz/could

Portable Executable format linker

linker portable-executable windows

Last synced: 18 May 2026

https://github.com/chokoty/system-programming-2022-sic-xe-assembler

Ajou Univ. SystemProgramming - SIC/XE assembly code practice

ajou assember linker loader sic- sic-xe sic-xe-machines

Last synced: 27 Mar 2025

https://github.com/r-unic/service-event-linker

Link events from services to an object.

event functions hook linker roblox service

Last synced: 27 Mar 2025

https://github.com/datawater/htmld

An html "linker"

c c11 html linker

Last synced: 28 Feb 2025

https://github.com/ergrelet/llvm-ebc-lddump

Fake linker plugin compatible with lld and GNU ld, which dumps the linker's command-line in a file.

clang linker llvm llvm-bitcode plugin

Last synced: 07 Feb 2026

https://github.com/evgeniy-polyakov/link-report-analyzer

The tool for analyzing ActionScript link reports.

actionscript linker

Last synced: 09 May 2025

https://github.com/vishruth-thimmaiah/zeld

A (WIP) linker built with zig, for x86-64 elf binaries.

elf64 linker zig

Last synced: 23 May 2026

https://github.com/avidrucker/lccjs

implementation of LCC in JavaScript for educational purposes

assembler disassembler interpreter linker

Last synced: 30 Apr 2025

https://github.com/igor-marinescu/mapalizer

A parser and viewer of linker-generated map files.

linker map-files parser

Last synced: 17 Mar 2025

https://github.com/ryand1234/operating-system

A cheeky operating system that is light weight and can do some stuff

assembly c kernel linker

Last synced: 05 May 2026

https://github.com/vroncevic/build_step

Build step tool for x86-64 and GCC10

assembly bash build builder cc cpp gcc linker linux macos qnx shell virtualbox

Last synced: 07 Apr 2026

https://github.com/edg-l/linkit

A library to setup the arguments to call a linker

compiler-development linker rust rust-crate rust-library

Last synced: 28 Mar 2025

https://github.com/thotypous/mikrostm-link

Link together gcc and mikroC projects for STM32

gcc linker microcontroller mikroc

Last synced: 10 Oct 2025

https://github.com/threadexio/evil-ld

An evil ELF loader that disables ASLR & keeps SUID privileges for targeted ELF executables. Useful for binary exploitation challenges.

binary binary-exploitation challenge ctf elf linker loader

Last synced: 12 Oct 2025

https://github.com/jelastic-jps/azure

Azure Traffic Manager Linker Add-on for Jelastic Platform

azure azure-traffic-manager linker

Last synced: 16 May 2026