Francis270 / Malloc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malloc

Created with t_blenox <3

Simple libmy_malloc.so that includes malloc free realloc calloc, a graphical demo is available in the bonus folder

Compile by making: make re

You can use it like this: LD_PRELOAD=./libmy_malloc.so ./your_binary

Grade: 19/20

About


Languages

Language:C 95.4%Language:Makefile 4.6%