GithubHelp home page GithubHelp logo

nekory23 / minilibc Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.25 MB

{Epitech} | Second year | x86-64 Assembly

Makefile 2.86% Assembly 15.01% C 82.13%
assembly epitech epitech-project minilibc tek2

minilibc's Introduction

MinilibC

{Epitech} | Second year | x86-64 Assembly

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.

Thanks to the malloc project and the bootstrap, you are now able to replace some functions with your own implementations through a dynamic library (which is called weak binding).

Here are the functions to be implemented in your MiniLibC:

  • strlen
  • strchr
  • memset
  • memcpy
  • strcmp
  • memmove
  • strncmp
  • strcasecmp
  • rindex
  • strstr
  • strpbrk
  • strcspn

Refer to the respective man pages of the aforementioned functions for behavior specifications. You must stick to them.

See the subject for further details !

========================

Grade : A | Mark : 20

Category Percentage Tests Crash ?
Preliminaries 100% 2/2 x
Base functions / strlen 100% 3/3 x
Base functions / strchr 100% 7/7 x
Base functions / memset 100% 1/1 x
Base functions / memcpy 100% 2/2 x
Base functions / strcmp 100% 9/9 x
Base functions / memmove 100% 4/4 x
Comparison functions / strncmp 100% 10/10 x
Comparison functions / strcasecmp 100% 16/16 x
Comparison functions / rindex 100% 11/11 x
Search functions / strstr 100% 10/10 x
Search functions / strpbrk 100% 8/8 x
Search functions / strcspn 100% 8/8 x
End score 100% 91/91 NO

Beware of -42 Epitech students !!!

minilibc's People

Contributors

nekory23 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.