libc
There are 374 repositories under libc topic.
amoghe/go-crypt
Golang wrappers for glibc crypt(3)
termux/wcwidth
A Unicode 15-conformant implementation of wcwidth() in C.
michael105/minilib
A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regular elf), compiled with the standard gcc toolchain.
scivision/fortran-filesystem
Filesystem path manipulation Fortran library, based on C++17 filesystem with fallback to plain C++. For Linux, macOS, Windows.
jdh8/metallic
C runtime library (libc) for WebAssembly
raggi/apue
Source code pack from http://www.apuebook.com/, plus fixes for easy teaching/learning (OSX)
PLEXSolutions/readhook
Red-team tool to hook libc read syscall with a buffer overflow vulnerability.
KnightOS/libc
KnightOS's C library
nopn0p/rkorova
ld_preload userland rootkit
BestPig/libc-db
libc database (file in packages, hash, package files, symbols). Raw binary libc available on https://github.com/BestPig/libc-bin)
postmodern/ffi-libc
Useful Ruby FFI bindings for libc
skarnet/nsss
A small, statically linkable NSS-like implementation of getpwnam() et al. user database access
gwoplock/ExOS
Exokernel for the consumer
tiehuis/zligc
libc implementation in zig
AshishKumar4/Aqeous
(Inactive, Was a 15 year old child's attempt at making an OS. Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
technosaurus/BQC
Brad's Quixotic C - a barebones libc in a single header file
goplus/libc
Porting libc from C to Go
jvoisin/fortify-headers
Standalone portable header-based implementation of FORTIFY_SOURCE=3
BenSouchet/ft-printf
School Project - Printf's Refactoring
cute-engineering/chadlibc
😎 C standard library
integeruser/bowkin
A tool for patching binaries to use specific versions of glibc
lonnywong/glibcmock
A solution of mocking glibc function with Google Test.
maandree/slibc
Yet another C standard library
sysml/toolchain
C/C++ toolchain for MiniOS
lemonrock/predicator
Predicator, a Rust crate for generating and running dynamic code
orodley/naive
Self-hosting C toolchain, from scratch
j8r/crystal-autobind
Automatic C bindings generator for Crystal
stong/binja-signature-libraries
Signature libraries for Binary Ninja
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!
BestPig/libc-bin
Reposity of libc (by md5 hash). For metadata about libc, see https://github.com/BestPig/libc-db
false-schemers/wcpl
Standalone self-hosted compiler/linker/libc for a subset of C targeting Webassembly/WASI
Geoffrey42/libft
Le projet libft de l'école 42
AssemblyScript/musl
Mirror of git://git.musl-libc.org/musl
caprese-project/libc
Standard C/C++ library template
RCold/rclibc
A minimal implementation of the C standard library.