Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AFLplusplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ulf Kargén
AFLplusplus
Commits
4b7126c4
Commit
4b7126c4
authored
2 years ago
by
vanhauser-thc
Browse files
Options
Downloads
Patches
Plain Diff
nits
parent
e5c725c4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
GNUmakefile
+1
-2
1 addition, 2 deletions
GNUmakefile
GNUmakefile.gcc_plugin
+2
-2
2 additions, 2 deletions
GNUmakefile.gcc_plugin
GNUmakefile.llvm
+2
-2
2 additions, 2 deletions
GNUmakefile.llvm
TODO.md
+2
-1
2 additions, 1 deletion
TODO.md
with
7 additions
and
7 deletions
GNUmakefile
+
1
−
2
View file @
4b7126c4
...
...
@@ -91,9 +91,8 @@ ifneq "$(SYS)" "Darwin"
#ifeq "$(HAVE_MARCHNATIVE)" "1"
# SPECIAL_PERFORMANCE += -march=native
#endif
# OS X does not like _FORTIFY_SOURCE=2
ifndef
DEBUG
CFLAGS_OPT
+=
-D_FORTIFY_SOURCE
=
2
CFLAGS_OPT
+=
-D_FORTIFY_SOURCE
=
1
endif
else
# On some odd MacOS system configurations, the Xcode sdk path is not set correctly
...
...
This diff is collapsed.
Click to expand it.
GNUmakefile.gcc_plugin
+
2
−
2
View file @
4b7126c4
...
...
@@ -28,14 +28,14 @@ MAN_PATH ?= $(PREFIX)/share/man/man8
VERSION = $(shell grep '^$(HASH)define VERSION ' ./config.h | cut -d '"' -f2)
CFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=
2
CFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=
1
CFLAGS_SAFE := -Wall -Iinclude -Wno-pointer-sign \
-DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \
-DGCC_VERSION=\"$(GCCVER)\" -DGCC_BINDIR=\"$(GCCBINDIR)\" \
-Wno-unused-function
override CFLAGS += $(CFLAGS_SAFE)
CXXFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=
2
CXXFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=
1
CXXEFLAGS := $(CXXFLAGS) -Wall -std=c++11
CC ?= gcc
...
...
This diff is collapsed.
Click to expand it.
GNUmakefile.llvm
+
2
−
2
View file @
4b7126c4
...
...
@@ -254,7 +254,7 @@ else
AFL_CLANG_DEBUG_PREFIX =
endif
CFLAGS ?= -O3 -funroll-loops -fPIC -D_FORTIFY_SOURCE=
2
CFLAGS ?= -O3 -funroll-loops -fPIC -D_FORTIFY_SOURCE=
1
CFLAGS_SAFE := -Wall -g -Wno-cast-qual -Wno-variadic-macros -Wno-pointer-sign \
-I ./include/ -I ./instrumentation/ \
-DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \
...
...
@@ -274,7 +274,7 @@ ifdef AFL_TRACE_PC
$(info Compile option AFL_TRACE_PC is deprecated, just set AFL_LLVM_INSTRUMENT=PCGUARD to activate when compiling targets )
endif
CXXFLAGS ?= -O3 -funroll-loops -fPIC -D_FORTIFY_SOURCE=
2
CXXFLAGS ?= -O3 -funroll-loops -fPIC -D_FORTIFY_SOURCE=
1
override CXXFLAGS += -Wall -g -I ./include/ \
-DVERSION=\"$(VERSION)\" -Wno-variadic-macros \
-DLLVM_MINOR=$(LLVM_MINOR) -DLLVM_MAJOR=$(LLVM_MAJOR)
...
...
This diff is collapsed.
Click to expand it.
TODO.md
+
2
−
1
View file @
4b7126c4
...
...
@@ -2,7 +2,8 @@
## Should
-
better documentation for custom mutators
-
support afl_custom_{send,post_process}, persistent and deferred fork
server in afl-showmap
-
better autodetection of shifting runtime timeout values
-
Update afl->pending_not_fuzzed for MOpt
-
afl-plot to support multiple plot_data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment