From 00dc8a0ad577fc9219b2d4999c32005a8fc5cc3a Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Thu, 25 Jul 2019 02:26:51 +0200 Subject: Added AFL-Unicorn mode --- config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h') 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): */ -- cgit 1.4.1