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
1c64048d
Commit
1c64048d
authored
4 years ago
by
van Hauser
Browse files
Options
Downloads
Patches
Plain Diff
2.67c
parent
0a6084f3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-2
2 additions, 2 deletions
README.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
with
7 additions
and
7 deletions
README.md
+
2
−
2
View file @
1c64048d
...
...
@@ -4,9 +4,9 @@
!
[
Travis State
](
https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable
)
Release Version:
[
2.6
6
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Release Version:
[
2.6
7
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Github Version: 2.6
6
d
Github Version: 2.6
7
d
Repository:
[
https://github.com/AFLplusplus/AFLplusplus
](
https://github.com/AFLplusplus/AFLplusplus
)
...
...
This diff is collapsed.
Click to expand it.
docs/Changelog.md
+
4
−
4
View file @
1c64048d
...
...
@@ -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>
.
### Version ++2.6
6d (devel
)
### Version ++2.6
7c (release
)
-
Support for improved afl++ snapshot module:
https://github.com/AFLplusplus/AFL-Snapshot-LKM
-
Due to the instrumentation needing more memory, the initial memory sizes
...
...
@@ -23,11 +23,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
MOpt into the mix
-
fixed a bug in redqueen for strings and made deterministic with -s
-
llvm_mode:
-
now supports llvm 12
!
-
now supports llvm 12
-
support for AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST (previous
AFL_LLVM_WHITELIST and AFL_LLVM_INSTRUMENT_FILE are deprecated and
are matched to AFL_LLVM_ALLOWLIST). The format is compatible to llvm
sancov, and also supports function matching
!
sancov, and also supports function matching
:)
-
added neverzero counting to trace-pc/pcgard
-
fixes for laf-intel float splitting (thanks to mark-griffin for
reporting)
...
...
@@ -40,7 +40,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
-
LTO: fixed autodict for long strings
-
LTO: laf-intel and redqueen/cmplog are now applied at link time
to prevent llvm optimizing away the splits
-
LTO: autodictionary mode is a default
-
LTO: autodictionary mode is a
fixed
default
now
-
LTO: instrim instrumentation disabled, only classic support used
as it is always better
-
LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID
...
...
This diff is collapsed.
Click to expand it.
include/config.h
+
1
−
1
View file @
1c64048d
...
...
@@ -28,7 +28,7 @@
/* Version string: */
// c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.6
6d
"
#define VERSION "++2.6
7c
"
/******************************************************
* *
...
...
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