about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-19 01:53:32 +0100
committervan Hauser <vh@thc.org>2019-12-19 01:53:32 +0100
commitb91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc (patch)
treeb9971c3bcf4115aaecc916c2ea2dd2070780f105
parentce3cd71dc0aacbc7201e60898be0c58e26a6ad59 (diff)
downloadafl++-b91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc.tar.gz
llvm_mode for Android
-rw-r--r--llvm_mode/afl-clang-fast.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index a262e998..6f6d55ed 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -444,10 +444,9 @@ int main(int argc, char** argv) {
 
   }
 
-  //#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment
-  //we rather keep this out
+#ifndef __ANDROID__ 
   find_obj(argv[0]);
-  //#endif
+#endif
 
   edit_params(argc, argv);