Skip to content

Commit

Permalink
Merge pull request #9 from quarkslab/feature/update-pastis-honggfuzz
Browse files Browse the repository at this point in the history
Update pastis-honggfuzz engine
  • Loading branch information
cnheitman authored Oct 23, 2023
2 parents a50733e + d1e8035 commit 147b708
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 333 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,9 @@ engine.

To install AFL++ please refer to the official [documentation](https://github.com/AFLplusplus/AFLplusplus#getting-started).

**Honggfuzz**
**Honggfuzz (>= v2.6)**

Honggfuzz requires a specific build with a [patch applied](https://github.com/quarkslab/pastis/blob/main/engines/pastis-honggfuzz/patches/honggfuzz-5a504b49-pastis.patch)
it can be compiled by applying the following steps:

```bash
sudo apt-get install binutils-dev libunwind-dev libblocksruntime-dev clang
git clone https://github.com/quarkslab/pastis.git
cd pastis/engines/pastis-honggfuzz/patches
./make_hf.sh
echo "export HFUZZ_PATH=$PWD/honggfuzz-5a504b49" >> ~/.profile
```
To install Honggfuzz please refer to the official [documentation](https://github.com/google/honggfuzz#installation).

## Usage

Expand Down
14 changes: 0 additions & 14 deletions engines/pastis-honggfuzz/patches/README.md

This file was deleted.

291 changes: 0 additions & 291 deletions engines/pastis-honggfuzz/patches/honggfuzz-5a504b49-pastis.patch

This file was deleted.

17 changes: 0 additions & 17 deletions engines/pastis-honggfuzz/patches/make_hf.sh

This file was deleted.

0 comments on commit 147b708

Please sign in to comment.