diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-18 10:15:34 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-18 10:15:34 +0200 |
commit | ed7917e619fb3c3163af91783cfb7cd3ea34a917 (patch) | |
tree | 8953e55df4c4d49f9490cc8deccf77c359ba19af /llvm_mode/afl-clang-fast.c | |
parent | 832c784a705d7cb67606a8ff783151541338789f (diff) | |
download | afl++-ed7917e619fb3c3163af91783cfb7cd3ea34a917.tar.gz |
qemu persistent GPR
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index 1925f5f8..142d6331 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -378,10 +378,15 @@ int main(int argc, char** argv) { if (argc < 2 || strcmp(argv[1], "-h") == 0) { #ifdef USE_TRACE_PC - printf(cCYA "afl-clang-fast" VERSION cRST - " [tpcg] by <lszekeres@google.com>\n" + printf( + cCYA + "afl-clang-fast" VERSION cRST + " [tpcg] by <lszekeres@google.com>\n" #else - printf(cCYA "afl-clang-fast" VERSION cRST " by <lszekeres@google.com>\n" + printf( + cCYA + "afl-clang-fast" VERSION cRST + " by <lszekeres@google.com>\n" #endif /* ^USE_TRACE_PC */ "\n" "afl-clang-fast[++] [options]\n" |