Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```