diff options
| author | Dominik Maier <domenukk@gmail.com> | 2019-07-25 02:26:51 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2019-07-25 02:26:51 +0200 |
| commit | 00dc8a0ad577fc9219b2d4999c32005a8fc5cc3a (patch) | |
| tree | 1e82752db9c2ac36f6862941ab71cedf52683415 /config.h | |
| parent | 9246f21f2a75fbe4113dd7340f870679a7953b24 (diff) | |
| download | afl++-00dc8a0ad577fc9219b2d4999c32005a8fc5cc3a.tar.gz | |
Added AFL-Unicorn mode
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h index d4e27e90..e7ffa220 100644 --- a/config.h +++ b/config.h @@ -59,6 +59,10 @@ #define MEM_LIMIT_QEMU 200 +/* Default memory limit when running in Unicorn mode (MB): */ + +#define MEM_LIMIT_UNICORN 200 + /* Number of calibration cycles per every new test case (and for test cases that show variable behavior): */ |
