Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehorn-git/secmalloc
https://github.com/mikehorn-git/secmalloc
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikehorn-git/secmalloc
- Owner: MikeHorn-git
- License: mit
- Created: 2024-06-17T20:58:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T21:22:44.000Z (5 months ago)
- Last Synced: 2024-06-18T23:28:37.818Z (5 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
School Project
# Makefile
```Makefile
Usage: make
Targets:
all Build both dynamic and static libraries
dynamic Build the dynamic library (.so)
static Build the static library (.a)
test Build and run unit tests
clean Remove object files and temporary files
distclean Clean up all built files and libraries
build_test Build the test executable
help Display this help message
```# Usage
```bash
LD_PRELOAD=./libmy_secmalloc.so ls
```# Authors
* [Itayon](https://github.com/Itayon)
* [MikeHorn-git](https://github.com/MikeHorn-git)