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
ba79777b
Unverified
Commit
ba79777b
authored
5 years ago
by
van Hauser
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #432 from AFLplusplus/dev
v2.66c
parents
9d5007b1
b67905c4
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
TODO.md
+1
-1
1 addition, 1 deletion
TODO.md
docs/Changelog.md
+4
-4
4 additions, 4 deletions
docs/Changelog.md
include/config.h
+1
-1
1 addition, 1 deletion
include/config.h
llvm_mode/README.instrument_file.md
+1
-1
1 addition, 1 deletion
llvm_mode/README.instrument_file.md
with
9 additions
and
9 deletions
README.md
+
2
−
2
View file @
ba79777b
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
!
[
Travis State
](
https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable
)
!
[
Travis State
](
https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable
)
Release Version:
[
2.6
5
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Release Version:
[
2.6
6
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Github Version: 2.6
5
d
Github Version: 2.6
6
d
includes all necessary/interesting changes from Google's afl 2.56b
includes all necessary/interesting changes from Google's afl 2.56b
...
...
This diff is collapsed.
Click to expand it.
TODO.md
+
1
−
1
View file @
ba79777b
# TODO list for AFL++
# TODO list for AFL++
## Roadmap 2.6
5
+
## Roadmap 2.6
6
+
-
AFL_MAP_SIZE for qemu_mode and unicorn_mode
-
AFL_MAP_SIZE for qemu_mode and unicorn_mode
-
namespace for targets? e.g. network
-
namespace for targets? e.g. network
...
...
This diff is collapsed.
Click to expand it.
docs/Changelog.md
+
4
−
4
View file @
ba79777b
...
@@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
...
@@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to
<afl-users+subscribe@googlegroups.com>
.
sending a mail to
<afl-users+subscribe@googlegroups.com>
.
### Version ++2.6
5d (dev
)
### Version ++2.6
6c (release
)
-
renamed the main branch on Github to "stable"
-
renamed the main branch on Github to "stable"
-
renamed master/slave to main/secondary
-
renamed master/slave to main/secondary
-
renamed blacklist/whitelist to ignorelist/instrumentlist ->
-
renamed blacklist/whitelist to ignorelist/instrumentlist ->
...
@@ -34,18 +34,18 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
...
@@ -34,18 +34,18 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
-
the default instrumentation is now PCGUARD if the llvm version is >= 7,
-
the default instrumentation is now PCGUARD if the llvm version is >= 7,
as it is faster and provides better coverage. The original afl
as it is faster and provides better coverage. The original afl
instrumentation can be set via AFL_LLVM_INSTRUMENT=AFL. This is
instrumentation can be set via AFL_LLVM_INSTRUMENT=AFL. This is
automatically done when the
WHITELIST
feature is used.
automatically done when the
instrument_file list
feature is used.
-
PCGUARD mode is now even better because we made it collision free - plus
-
PCGUARD mode is now even better because we made it collision free - plus
it has a fixed map size, so it is also faster! :)
it has a fixed map size, so it is also faster! :)
-
some targets want a ld variant for LD that is not gcc/clang but ld,
-
some targets want a ld variant for LD that is not gcc/clang but ld,
added afl-ld-lto to solve this
added afl-ld-lto to solve this
-
lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which
-
lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which
needs 3.8.0)
needs 3.8.0)
-
WHITELIST
feature now supports wildcards (thanks to sirmc)
-
instrument_file list
feature now supports wildcards (thanks to sirmc)
-
small change to cmplog to make it work with current llvm 11-dev
-
small change to cmplog to make it work with current llvm 11-dev
-
added AFL_LLVM_LAF_ALL, sets all laf-intel settings
-
added AFL_LLVM_LAF_ALL, sets all laf-intel settings
-
LTO instrument_files functionality rewritten, now main, _init etc functions
-
LTO instrument_files functionality rewritten, now main, _init etc functions
need not to be
instrument_files
ed anymore
need not to be
list
ed anymore
-
fixed crash in compare-transform-pass when strcasecmp/strncasecmp was
-
fixed crash in compare-transform-pass when strcasecmp/strncasecmp was
tried to be instrumented with LTO
tried to be instrumented with LTO
-
fixed crash in cmplog with LTO
-
fixed crash in cmplog with LTO
...
...
This diff is collapsed.
Click to expand it.
include/config.h
+
1
−
1
View file @
ba79777b
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
/* Version string: */
/* Version string: */
// c = release, d = volatile github dev, e = experimental branch
// c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.6
5d
"
#define VERSION "++2.6
6c
"
/******************************************************
/******************************************************
* *
* *
...
...
This diff is collapsed.
Click to expand it.
llvm_mode/README.instrument_file.md
+
1
−
1
View file @
ba79777b
...
@@ -54,7 +54,7 @@ feature_a/a1.cpp
...
@@ -54,7 +54,7 @@ feature_a/a1.cpp
feature_a/a2.cpp
feature_a/a2.cpp
```
```
However if the
the
instrument file list file contains only this, it works as well:
However if the instrument file list file contains only this, it works as well:
```
```
a1.cpp
a1.cpp
...
...
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