Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t0rr3sp3dr0/dmalloc
Dummy Malloc Interposer Implementation
https://github.com/t0rr3sp3dr0/dmalloc
Last synced: about 2 months ago
JSON representation
Dummy Malloc Interposer Implementation
- Host: GitHub
- URL: https://github.com/t0rr3sp3dr0/dmalloc
- Owner: t0rr3sp3dr0
- License: apache-2.0
- Created: 2024-05-31T22:14:53.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T22:23:46.000Z (8 months ago)
- Last Synced: 2024-12-09T20:07:41.168Z (2 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmalloc
Dummy Malloc Interposer Implementation## Build
```bash
make HEAP_SIZE='8388608'
```## Use
```bash
DYLD_INSERT_LIBRARIES='./dmalloc.dylib' ./a.out
```