Skip to content

Ackfire/MiniLibC

Repository files navigation

MiniLibC project 🖥️

Done by Melissa - Epitech 2023 🎓

Overview

This project is a part of the second year of Epitech.
I had 2 weeks to complete it. 🗓️

The goal of this project was to discover the assembly language and recreate some libC function in assembly.

The different functions that I was able to recreate are:

  • memcpy
  • memset
  • strcasecmp
  • strchr
  • strcmp
  • strlen
  • strncmp
  • strrchr

Running the project locally

From the repo:

  • Clone this repostitory locally
  • Make a main.c to test the functions
  • Run make in your bash / command line
  • Run ./libasm.so

Here are the different tools and languages I used to make this project: 🛠️

  • Assembly
  • VSCode
  • GitHub
  • Markdown

About

Discover of assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors