afl 0.1.2

Fuzzing Rust code with american-fuzzy-lop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2015 Keegan McAllister.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// See `LICENSE` in this repository.

#define SHM_ENV_VAR         "__AFL_SHM_ID"

#define MAP_SIZE_POW2       16
#define MAP_SIZE            (1 << MAP_SIZE_POW2)

#define FORKSRV_FD          198