Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adrianherrera/bind_free

Wrapper for binding a program to a free CPU
https://github.com/adrianherrera/bind_free

affinity bind linux system-programming

Last synced: 25 days ago
JSON representation

Wrapper for binding a program to a free CPU

Awesome Lists containing this project

README

        

# bind free

Wrapper for starting and binding a program to a free CPU. Mostly adapted from
the American Fuzzy Lop (AFL) fuzzer, so all credit goes to the AFL developers.

## Usage

```bash
make
./bind_free ls -a
```

![example_usage](img/example_usage.png "Example usage")