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

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: about 1 month 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")