about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-17 11:49:07 +0100
committerGitHub <noreply@github.com>2019-11-17 11:49:07 +0100
commitc8d94e88a7f2e65a068cfdd4ea07c437dafdfa38 (patch)
tree910c078b4133cd2a6696ad1225bacf64f48a035a /include/config.h
parenta8f6ce5475fc369deea40ac566eb56183f5450ba (diff)
parentf3a23e51fabf14f2bac1be26d1f55817c37e02a4 (diff)
downloadafl++-c8d94e88a7f2e65a068cfdd4ea07c437dafdfa38.tar.gz
Merge pull request #109 from hac425xxx/qbdi_mode
Qbdi mode
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 9c90155f..5934d733 100644
--- a/include/config.h
+++ b/include/config.h
@@ -41,7 +41,9 @@
 
 /* Comment out to disable fancy ANSI boxes and use poor man's 7-bit UI: */
 
+#ifndef ANDROID_DISABLE_FANCY // Fancy boxes are ugly from adb
 #define FANCY_BOXES
+#endif
 
 /* Default timeout for fuzzed code (milliseconds). This is the upper bound,
    also used for detecting hangs; the actual value is auto-scaled: */