Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

highesttt/minilibc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MiniLibC - Epitech 2023


Done by Killian - Epitech 2023 ๐ŸŽ“

This project is a part of the second year of Epitech.
We had 2 weeks to complete it. ๐Ÿ—“๏ธ

The goal of this project is to recreate the basic functions of the standard C library but in x86_64 assembly.

Requirements ๐Ÿ“

How to compile? ๐Ÿง‘โ€๐Ÿ’ป

Getting the source code straight from GitHub? Compile using these steps below

$ git clone https://github.com/highesttt/minilibc.git minilibc
$ cd minilibc
$ make

Usage ๐Ÿ’ป

# Add the .so to your PATH or use LDPRELOAD

# Use in your C program!

Different tools and languages used to make this project: ๐Ÿ› ๏ธ

My Tools

About

Basic default C Library functions in x86_64 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors