Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building afl.rs instructions #176

Open
ralpha opened this issue Sep 27, 2020 · 1 comment
Open

Building afl.rs instructions #176

ralpha opened this issue Sep 27, 2020 · 1 comment

Comments

@ralpha
Copy link

ralpha commented Sep 27, 2020

I was testing out this tool, but missed some build instructions.
Here are some example build instructions that worked for me:

## Install

Requirements:
- LLVM
- clang
Debian/Ubuntu based:
```bash
sudo apt-get install clang llvm
```

Install afl.rs
```bash
cargo +nightly install afl
```

Maybe add something like this to the README.md so other people can get started quicker.
Or add them to the book, because there was not much there. And I had gcc installed just did not build for some reason. (maybe because llvm was not installed, installed clang first because of the error I got)

@petr-tik
Copy link

petr-tik commented Oct 9, 2020

Thanks for writing these down. I tried cargo install afl and i got errors because clang was missing. Adding such instructions would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants