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
97f5ce52
Commit
97f5ce52
authored
5 years ago
by
van Hauser
Browse files
Options
Downloads
Patches
Plain Diff
v2.57c release
parent
540de896
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
README.md
+4
-3
4 additions, 3 deletions
README.md
TODO
+2
-2
2 additions, 2 deletions
TODO
docs/ChangeLog
+5
-4
5 additions, 4 deletions
docs/ChangeLog
include/config.h
+1
-1
1 addition, 1 deletion
include/config.h
with
12 additions
and
10 deletions
README.md
+
4
−
3
View file @
97f5ce52
# american fuzzy lop plus plus (afl++)
Release Version: 2.5
4
c
Release Version: 2.5
7
c
Github Version: 2.5
4
d
Github Version: 2.5
7
d
includes all necessary/interesting changes from Google's afl 2.56b
...
...
@@ -22,7 +22,7 @@
## The enhancements compared to the original stock afl
Many improvements were made over the official afl release - which did not
get any improvements since November 2017.
get any
feature
improvements since November 2017.
Among other changes afl++ has a more performant llvm_mode, supports
llvm up to version 9, QEMU 3.1, more speed and crashfixes for QEMU,
...
...
@@ -103,6 +103,7 @@ These build options exist:
*
distrib: everything (for both binary-only and source code fuzzing)
*
install: installs everything you have compiled with the build options above
*
clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well
*
tests: runs test cases to ensure that all features are still working as they should
*
help: shows these build options
[
Unless you are on Mac OS X
](
https://developer.apple.com/library/archive/qa/qa1118/_index.html
)
you can also build statically linked versions of the
...
...
This diff is collapsed.
Click to expand it.
TODO
+
2
−
2
View file @
97f5ce52
Roadmap 2.
55d
:
=============
=
Roadmap 2.
60
:
=============
afl-fuzz:
- radamsa mutator
...
...
This diff is collapsed.
Click to expand it.
docs/ChangeLog
+
5
−
4
View file @
97f5ce52
...
...
@@ -13,12 +13,13 @@ 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.54d
(dev
):
----------------------
----------------------
----------
Version ++2.54d
-2.57c (release
):
----------------------
----------
- we jump to 2.57 instead of 2.55 to catch up with Google's versioning
- persistent mode for QEMU (see qemu_mode/README.md)
- custom mutator library is now a
standard
mutator, to exclusivly use it
- custom mutator library is now a
n additional
mutator, to exclusivly use it
add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
- new library qemu_mode/unsigaction which filters sigaction events
- afl-fuzz: new command line option -I to execute a command on a new crash
...
...
This diff is collapsed.
Click to expand it.
include/config.h
+
1
−
1
View file @
97f5ce52
...
...
@@ -26,7 +26,7 @@
/* Version string: */
#define VERSION "++2.5
4d
" // c = release, d = volatile github dev
#define VERSION "++2.5
7c
" // c = release, d = volatile github dev
/******************************************************
* *
...
...
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