From cd2cae720bb5f5bac6cb8de9357cea427c9ae384 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sun, 29 Dec 2019 19:38:45 +0100 Subject: added AFL_AS_FORCE_INSTRUMENT env --- docs/env_variables.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/env_variables.txt') diff --git a/docs/env_variables.txt b/docs/env_variables.txt index 427f8cca..a6162767 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -65,6 +65,10 @@ tools make fairly broad use of environmental variables: mkdir assembly_here TMPDIR=$PWD/assembly_here AFL_KEEP_ASSEMBLY=1 make clean all + - If you are a weird person that wants to compile and instrument asm + text files then use the AFL_AS_FORCE_INSTRUMENT variable: + AFL_AS_FORCE_INSTRUMENT=1 afl-gcc foo.s -o foo + - Setting AFL_QUIET will prevent afl-cc and afl-as banners from being displayed during compilation, in case you find them distracting. -- cgit 1.4.1