diff options
author | van Hauser <vh@thc.org> | 2019-07-25 08:47:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 08:47:22 +0200 |
commit | d6c2db9620f413575c4c0cd44deba9d50b01711b (patch) | |
tree | 1e82752db9c2ac36f6862941ab71cedf52683415 /config.h | |
parent | 9246f21f2a75fbe4113dd7340f870679a7953b24 (diff) | |
parent | 00dc8a0ad577fc9219b2d4999c32005a8fc5cc3a (diff) | |
download | afl++-d6c2db9620f413575c4c0cd44deba9d50b01711b.tar.gz |
Merge pull request #27 from domenukk/afl-unicorn
Add AFL Unicorn
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): */ |