Projects in Awesome Lists tagged with libc
A curated list of projects in awesome lists tagged with libc .
https://github.com/mpaland/printf
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
embedded embedded-systems format iot libc no-dependencies printf replacement snprintf sprintf threadsafe tiny tinyprintf
Last synced: 15 May 2025
https://github.com/linux-test-project/ltp
Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
c libc linux linux-kernel linux-test ltp posix syscalls test-automation unix
Last synced: 30 Jan 2026
https://github.com/david942j/one_gadget
The best tool for finding one gadget RCE in libc.so.6
ctf exploit gadget glibc libc one-gadget-rce pwn pwnable shell
Last synced: 11 May 2025
https://github.com/charlesnicholson/nanoprintf
The smallest public printf implementation for its feature set.
bsd-license c cortex-m cpp embedded embedded-c embedded-systems firmware format iot libc mpaland no-dependencies printf public-domain snprintf text threadsafe tinyprintf vsnprintf
Last synced: 02 Apr 2026
https://github.com/maxdev1/ghost
Ghost, a micro-kernel based hobby operating system.
ghost hobby-kernel kernel libc microkernel operating-system os osdev x86-64
Last synced: 28 Feb 2026
https://github.com/embeddedartistry/libc
libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
bringup c embedded-systems hacktoberfest libc meson portability test-coverage
Last synced: 15 May 2025
https://github.com/wuzhouhui/c_standard_lib
source code of The Standard C Library, by Plauger
c c-standard-library libc library
Last synced: 09 Apr 2025
https://github.com/sunfishcode/c-ward
An implementation of libc written in Rust
Last synced: 14 Apr 2025
https://github.com/embeddedartistry/libmemory
Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions
bringup c embedded-systems freelist heap libc malloc malloc-free memory-allocation portability rtos threadx
Last synced: 07 Apr 2025
https://github.com/0xb0bb/karkinos
A thorough library database to assist with binary exploitation tasks.
binary ctf ctf-tools database exploitation libc libc-database libc-db libcdb pwn reverse-engineering wargame
Last synced: 11 Mar 2025
https://github.com/beevik/monkos
an experimental 64-bit operating system
bootloader kernel libc os osdev x86-64
Last synced: 05 Apr 2025
https://github.com/Yardanico/cosmonim
A Nim template to compile your code with the Cosmopolitan libc
cosmopolitan cosmopolitan-libc libc nim nim-lang portable
Last synced: 11 May 2025
https://github.com/iamtorsten/sherlockelf
SherlockElf is a powerful tool designed for both static and dynamic analysis of Android ELF binaries and dynamic iOS Macho-O binaries (experimental).
android android-app android-emulator deobfuscation deobfuscator dynamic-analysis elf elf-parser emulator frida ios ios-reverse libart libc libso memory memory-injection native-library reverse-engineering static-analysis
Last synced: 04 May 2026
https://github.com/grapheneos/platform_bionic
Hardened Android standard C library. Some of the past hardening has not yet been ported from Marshmallow, Nougat and Oreo to this Android Pie repository. Most is available via archived tags in https://github.com/AndroidHardeningArchive/platform_bionic (check both the most recent Oreo and Nougat tags).
android grapheneos libc security
Last synced: 04 Apr 2025
https://github.com/GrapheneOS/platform_bionic
Hardened Android standard C library. Some of the past hardening has not yet been ported from Marshmallow, Nougat and Oreo to this Android Pie repository. Most is available via archived tags in https://github.com/AndroidHardeningArchive/platform_bionic (check both the most recent Oreo and Nougat tags).
android grapheneos libc security
Last synced: 08 May 2025
https://github.com/ashvardanian/StringWars
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
benchmark bioinformatics database dataframe levenshtein-distance libc memchr polars rapids string string-search strstr substring-search
Last synced: 08 Oct 2025
https://github.com/ashvardanian/stringwars
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
benchmark bioinformatics database dataframe levenshtein-distance libc memchr polars rapids string string-search strstr substring-search
Last synced: 18 Jan 2026
https://github.com/Zeke-OS/zeke
A POSIX-like OS for ARM processors.
kernel libc operating-system posix-compatible rtos zeke
Last synced: 23 Aug 2025
https://github.com/christhecoolhut/angry_gadget
A tool for finding the one gadget RCE in libc
angr ctf libc one-gadget-rce pwn
Last synced: 15 Apr 2025
https://github.com/iamtorsten/SherlockElf
SherlockElf is a powerful tool designed for both static and dynamic analysis of Android ELF binaries and dynamic iOS Macho-O binaries (experimental).
android android-app android-emulator deobfuscation deobfuscator dynamic-analysis elf elf-parser emulator frida ios ios-reverse libart libc libso memory memory-injection native-library reverse-engineering static-analysis
Last synced: 21 Oct 2025
https://github.com/lovell/detect-libc
Node.js module to detect details of the C standard library (libc) implementation provided by a given Linux system
Last synced: 04 Apr 2025
https://github.com/ia/connect
tiny cross-platform socket API library
api bpf c epoll libc linux ndis netlink network-programming pcap raw-sockets sockets winsock
Last synced: 06 Oct 2025
https://github.com/ashvardanian/stringwa.rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
benchmark libc memchr string string-search strstr substring-search
Last synced: 14 Sep 2025
https://github.com/ashvardanian/stringzilla-benchmarks-rs
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, and Levenshtein edit-distance calculations
benchmark libc memchr string string-search strstr substring-search
Last synced: 22 Mar 2025
https://github.com/scivision/ffilesystem
Fast and simple filesystem and path manipulation library. OS, compiler, platform agnostic. Interfaces for C, C++, and Fortran.
cpp17 filesystem fortran libc path-manipulation
Last synced: 19 Feb 2026
https://github.com/termux/wcwidth
A Unicode 15-conformant implementation of wcwidth() in C.
Last synced: 01 Mar 2026
https://github.com/raggi/apue
Source code pack from http://www.apuebook.com/, plus fixes for easy teaching/learning (OSX)
advanced apue c environment in libc linux posix programming the unix
Last synced: 25 Jul 2025
https://github.com/jvoisin/fortify-headers
Standalone portable header-based implementation of FORTIFY_SOURCE=3
c fortify-source libc security
Last synced: 13 Apr 2025
https://github.com/bensouchet/ft-printf
School Project - Printf's Refactoring
42 42born2code 42school algorithmic dprintf libc printf refactoring stdio
Last synced: 19 Apr 2025
https://github.com/cute-engineering/chadlibc
😎 C standard library
cute-engineewing hacktoberfest hacktoberfest-accepted hacktoberfest2021 libc
Last synced: 05 Mar 2026
https://github.com/ashvardanian/libsee
Link to this library and it will log all the LibC functions you are calling and how much time you are spending in them!
assembly benchmark benchmarking fuzzing glibc ld-preload ld-preload-hack libc
Last synced: 29 Jul 2025
https://github.com/lemonrock/predicator
Predicator, a Rust crate for generating and running dynamic code
libc llvm-ir llvm-jit-plugins plugin plugin-manager rust rust-crate
Last synced: 23 Oct 2025
https://github.com/stong/binja-signature-libraries
Signature libraries for Binary Ninja
binaryninja libc signature-library
Last synced: 20 Jul 2025
https://github.com/assemblyscript/musl
Mirror of git://git.musl-libc.org/musl
Last synced: 29 Jun 2025
https://github.com/trevyn/wasm32-unknown-unknown-openbsd-libc
The parts of OpenBSD libc that make sense on wasm32-unknown-unknown.
Last synced: 30 Dec 2025
https://github.com/ringtailsoftware/zeptolibc
Some basic libc functions for working with C code in Zig
Last synced: 14 Aug 2025
https://github.com/phip1611/linux-libc-auxv
Linux passes an initial stack layout to applications, that contains `argc`, `argv`, `envp`, and the `auxiliary vector` right above the stack pointer. The libc of a Linux program parses this structure in its `_start`-symbol ("crt0") and passes the right pointers as arguments to `main` afterward. This crate helps to construct and parse this data structure in `no_std` environments and for different address spaces.
auxiliary-vector crt0 libc linux
Last synced: 13 Apr 2025
https://github.com/terrafx/terrafx.interop.libc
Interop bindings for Libc.
csharp dotnet-core hacktoberfest interop libc
Last synced: 28 Jun 2025
https://github.com/kristapsk/resclib
Real-Time / Embedded Standard C Library (libc).
Last synced: 28 Oct 2025
https://github.com/nankeen/pwndocker
Docker tools for CTF pwning 👩🏻💻👨🏻💻🚩
ctf docker exploit-developers gadget gdb libc linux pwn seccomp
Last synced: 16 Jan 2026
https://github.com/jcarrano/fv-libc
Towards a formally verified, tiny and permissively licensed C standard library, using Frama-C (fork of Baselibc/Klibc)
acsl c embedded formal-verification frama-c libc microcontroller standard-library
Last synced: 01 Jul 2025
https://github.com/ferhatgec/flibc
Fegeya Single header standard C11 Library.
c-lang c-language c11 header-only libc library single-header-lib stdlib
Last synced: 10 Apr 2025
https://github.com/assemblyscript/libc-test
Mirror of git://nsz.repo.hu:45100/repo/libc-test
Last synced: 24 Aug 2025
https://github.com/fzakaria/donothing
LD_PRELOAD override to have your program do nothing.
Last synced: 23 Jan 2026
https://github.com/unikraft/lib-newlib
Unikraft port of newlib, a C standard library
hacktoberfest hacktoberfest2022 libc library newlib unikraft
Last synced: 10 Apr 2025
https://github.com/izenynn/libft
42 Cursus - Libft: My implementation of some useful C functions and some additional ones to use it in future projects of 42.
42 42born2code c get-next-line getnextline getnextline42 lib libc libft libft42 library linux macos printf printf-42
Last synced: 11 Jul 2025
https://github.com/vcwild/42-libft
Libft is a project for Standard C library override functions that should be done from the ground up, and must behave the same as the originals
Last synced: 26 Feb 2026
https://github.com/pros-dev-fans/x16-pros-libc
Standard C99 library implementation for the x16-PRos operating system [WIP]
Last synced: 16 Jun 2025
https://github.com/kolibrios-nextgen/kolibrios-libc
Trying to create a native (ANSI C) libc for KolibriOS .
Last synced: 22 Sep 2025
https://github.com/archer-01/libft
Implementation of standard libc functions and some other additional functions
Last synced: 13 Apr 2025
https://github.com/mojothon/libc
a standard C library for Mojo programming language.
Last synced: 08 Jul 2025
https://github.com/othiym23/find_mountpoint
find the mountpoint (or prefix, on Windows) for a provided path
filesystem libc mountpoint rust statfs
Last synced: 17 Aug 2025
https://github.com/damnever/hosts-hijacking
[NSFW] Hijack UDP-based(libc recvfrom) DNS A/AAAA response with LD_PRELOAD.
Last synced: 22 Apr 2026
https://github.com/martin-olivier/minilibc
{Epitech} 2nd year project - MiniLibC
asm assembly assembly-x86-64 libc minilibc
Last synced: 07 May 2025
https://github.com/aradzie/dlmalloc
Doug Lea's memory allocator
c libc malloc memory-allocator memory-management
Last synced: 10 Jul 2025
https://github.com/niansa/uefilinux
Linux system call emulation within the UEFI environment - Mirror of: https://gitlab.com/niansa/UEFILinux
libc linux uefi uefi-application
Last synced: 12 May 2026
https://github.com/andersonhsporto/ft-libft
The Libft Project at 42, C Library Regrouping Usual Functions
42 42sp ansi-c c libc linked-list makefile malloc unix-logic
Last synced: 09 Apr 2025
https://github.com/cpu/rfanotify
Rust port of the Linux 4.0.4 `man 7 fanotify` example program source (roughly).
fanotify filesystem-events filesystem-monitoring libc nix rust
Last synced: 26 Mar 2025
https://github.com/theoludwig/libcproject
C static library for learning purposes. Implement useful functions/data structures while being easier to use than `libc` (C standard library).
c-programming-language gcc libc low-level
Last synced: 14 Feb 2026
https://github.com/basemax/cnol
A new C standard library implementation intended for use on embedded systems. (SOON)
c c-lib clib glibc kernel libc library library-systems linux operation-system operation-systems os os-lib runtime-library system
Last synced: 13 Apr 2026
https://github.com/instantwebp2p/libc.klm
libC (musl) as KLM for kernel-space application
kernel-space-app libc uniapp unikernel
Last synced: 25 Feb 2026
https://github.com/elektrobit/safu
Library of common utility API's found useful.
Last synced: 12 Apr 2025
https://github.com/kuninoto/42_libasm
Introduction to ASM. Some libc functions implemented in x86_64 ASM with Intel Syntax
1337-libasm 1337school 42-libasm 42-school 42libasm asm assembly assembly-language assembly-x86 libasm libc x86-64
Last synced: 17 Apr 2026
https://github.com/wangyoucao577/libmath-finite
A simple library to solve the `__xxx_finite` symbols missed problem due to `glibc` upgrade.
Last synced: 01 Aug 2025
https://github.com/sergiogasquez/libc-checks
ESP32-C6 app that compares libc and ESP-IDF source constants and structs
Last synced: 19 Jan 2026
https://github.com/hudson-newey/2unu
A hobby that I'm working on (so I can learn C) that can replace the GNU command line programs. (essentially a cli wrapper for libc)
cli command-line gnu gnu-linux libc linux linux-shell
Last synced: 10 May 2026
https://github.com/kulp/naive-tsearch
A simple tsearch() implementation for platforms without one
Last synced: 03 Apr 2025