Table of Contents
The objective of this project is to create a dynamic ELF library to replace (to a certain extent) the standard C library you use every day on your system.
you will need make for this project.
- Clone the repo
git clone [email protected]:DamienMERCIER/MinilibC.git
- Make
make
- you will see the static library "libasm.so"
If you don't know anything about x86-64 Assembly you can start here