File: README.md

package info (click to toggle)
aflplusplus 4.21c-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,496 kB
  • sloc: ansic: 110,361; cpp: 16,725; sh: 4,855; python: 3,793; makefile: 963; javascript: 515; java: 43; sql: 3; xml: 1
file content (19 lines) | stat: -rw-r--r-- 681 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# custum mutator: symqemu

This uses the symcc to find new paths into the target.

## How to build and use

To use this custom mutator follow the steps in the symqemu repository 
[https://github.com/eurecom-s3/symqemu/](https://github.com/eurecom-s3/symqemu/) 
on how to build symqemu-x86_x64 and put it in your `PATH`.

Just type `make` to build this custom mutator.

```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/symqemu/symqemu-mutator.so AFL_DISABLE_TRIM=1 afl-fuzz ...```

## Options

`SYMQEMU_ALL=1` - use concolic solving on **all** queue items, not only interesting/favorite ones.

`SYMQEMU_LATE=1` - use concolic solving only after there have been no finds for 5 minutes.