Skip to content

Commit

Permalink
Set AFL_SKIP_CPUFREQ=1.
Browse files Browse the repository at this point in the history
  • Loading branch information
d33tah committed Sep 11, 2015
1 parent da74e47 commit 0150c2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions afl-sh-profile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ export ASAN_OPTIONS=detect_leaks=0 # we don't need leak checks while building
# symbols introduced by AFL. Let's disable the check.
export DPKG_GENSYMBOLS_CHECK_LEVEL=0

# I don't like to deal with cpufreq, let's just ignore it. Feel free to remove
# this line if you like.
export AFL_SKIP_CPUFREQ=1

# We overwrote /usr/bin/gcc, so we need to specify AFL_CC to avoid afl-gcc
# calling itself.
#
Expand Down

0 comments on commit 0150c2b

Please sign in to comment.