https://github.com/6im0n/minilibc
A part of the LibC in ASM, 2nd year epitech project
https://github.com/6im0n/minilibc
asembler asembly asm asmx86 epitech epitech-project
Last synced: about 2 months ago
JSON representation
A part of the LibC in ASM, 2nd year epitech project
- Host: GitHub
- URL: https://github.com/6im0n/minilibc
- Owner: 6im0n
- Created: 2024-02-18T17:18:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:34:52.000Z (about 1 year ago)
- Last Synced: 2025-02-01T08:25:57.858Z (4 months ago)
- Topics: asembler, asembly, asm, asmx86, epitech, epitech-project
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# MiniLibC
## Overview
This project aims to create a dynamic ELF library to replace, to a certain extent, the standard C library that is commonly used in systems. Through the bootstrap, it is now possible to replace some functions with our own implementations via a dynamic library, a process known as weak binding.
## Language
ASM x86_64
## Getting Started
### Prerequisites
What things you need to install the software and how to install them
```
nasm
```