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
49bd2414
Commit
49bd2414
authored
5 years ago
by
van Hauser
Browse files
Options
Downloads
Patches
Plain Diff
v2.65c
parent
182b8a45
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
TODO.md
+3
-3
3 additions, 3 deletions
TODO.md
docs/Changelog.md
+1
-1
1 addition, 1 deletion
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 @
49bd2414
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
!
[
Travis State
](
https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master
)
!
[
Travis State
](
https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master
)
Release Version:
[
2.6
4
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Release Version:
[
2.6
5
c
](
https://github.com/AFLplusplus/AFLplusplus/releases
)
Github Version: 2.6
4
d
Github Version: 2.6
5
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
+
3
−
3
View file @
49bd2414
...
@@ -2,17 +2,17 @@
...
@@ -2,17 +2,17 @@
## Roadmap 2.65+
## Roadmap 2.65+
-
InsTrim mode for LTO solution
-
sync_fuzzers(): only masters sync from all, slaves only sync from master
(@andrea: be careful, often people run all slaves)
-
AFL_MAP_SIZE for qemu_mode and unicorn_mode
-
AFL_MAP_SIZE for qemu_mode and unicorn_mode
-
random crc32 HASH_CONST per run? because with 65536 paths we have collisions
-
random crc32 HASH_CONST per run? because with 65536 paths we have collisions
-
namespace for targets? e.g. network
-
namespace for targets? e.g. network
-
libradamsa as a custom module?
-
libradamsa as a custom module?
-
focal for travis
## Further down the road
## Further down the road
afl-fuzz:
afl-fuzz:
-
sync_fuzzers(): only masters sync from all, slaves only sync from master
(@andrea: be careful, often people run all slaves)
-
ascii_only mode for mutation output - or use a custom mutator for this?
-
ascii_only mode for mutation output - or use a custom mutator for this?
-
setting min_len/max_len/start_offset/end_offset limits for mutation output
-
setting min_len/max_len/start_offset/end_offset limits for mutation output
...
...
This diff is collapsed.
Click to expand it.
docs/Changelog.md
+
1
−
1
View file @
49bd2414
...
@@ -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
4d (develop
):
### Version ++2.6
5c (release
):
-
afl-fuzz:
-
afl-fuzz:
-
AFL_MAP_SIZE was not working correctly
-
AFL_MAP_SIZE was not working correctly
-
better python detection
-
better python detection
...
...
This diff is collapsed.
Click to expand it.
include/config.h
+
1
−
1
View file @
49bd2414
...
@@ -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
4d
"
#define VERSION "++2.6
5c
"
/******************************************************
/******************************************************
* *
* *
...
...
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