Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
Wrapper for binding a program to a free CPU
- Host: GitHub
- URL: https://github.com/adrianherrera/bind_free
- Owner: adrianherrera
- License: apache-2.0
- Created: 2020-04-10T02:36:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T03:10:11.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T11:53:18.182Z (3 months ago)
- Topics: affinity, bind, linux, system-programming
- Language: C
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")