Your Name
a699dc2d2d
Update docs
2021-11-29 17:38:06 +00:00
van Hauser
235bb3235e
Merge pull request #1177 from llzmb/docs_cleanup_instrumentation_folder
...
Clean up instrumentation folder
2021-11-29 15:32:14 +01:00
van Hauser
ce0edcff2e
Merge pull request #1186 from eternalsakura/stable
...
[fix] Fix custom mutator trim bug
2021-11-29 11:44:16 +01:00
van Hauser
934daec8ce
Merge pull request #1185 from eriktews/cmake-in-docker-container
...
Include cmake in the Dockerfile
2021-11-28 23:40:16 +01:00
Erik Tews
042da82f6c
Include cmake and meson in the Dockerfile
...
The README contains an examples how afl can be used with cmake, but
cmake is not included in the Dockerfile. Thus, when running afl using
docker, one cannot invoke cmake from within the container.
This commit adds cmake and meson to the list of packages in the
Dockerfile that are installed when the docker image is generated.
2021-11-28 23:21:03 +01:00
eternalsakura
655b63d2b2
[fix] Custom mutator does not implement all three trim APIs, standard trimming will be used, but now the actual implementation does not match the description, fix this problem
2021-11-28 22:28:38 +08:00
van Hauser
a37c6eef3f
Merge pull request #1184 from WorksButNotTested/bloaty
...
Added bloaty test
2021-11-27 13:49:10 +01:00
Your Name
e323512ca1
Added bloaty test
2021-11-26 18:57:27 +00:00
vanhauser-thc
55ed2a443c
remove new llvm pass manager :(
2021-11-26 15:30:46 +01:00
llzmb
7604dba6d6
Fix typos
2021-11-26 13:28:04 +01:00
llzmb
f1d2332657
Edit FRIDA mode MD files
2021-11-26 13:21:01 +01:00
llzmb
2412ff63e3
Merge "ci_fuzzing.md" into "fuzzing_in_depth.md"
2021-11-26 12:50:40 +01:00
llzmb
b8a8837875
Fix typo ( #1183 )
2021-11-25 21:00:39 +01:00
llzmb
133fba724a
Edit FRIDA mode DEBUGGING.md
2021-11-25 20:50:18 +01:00
llzmb
9a485106b0
Fix spelling in FRIDA mode README.md
2021-11-25 17:01:48 +01:00
llzmb
e0c8a5c0c6
Change "AFL" to "AFL++" in "README.llvm.md", fix references
2021-11-25 16:47:49 +01:00
llzmb
1a57253a1c
Edit QEMU mode READMEs
2021-11-25 16:33:29 +01:00
llzmb
ce21346053
Edit FRIDA mode README.md
2021-11-25 15:15:43 +01:00
van Hauser
5011877980
Merge pull request #1181 from AFLplusplus/d2
...
project report for GSoD
2021-11-25 12:35:51 +01:00
vanhauser-thc
116531af58
update doc2
2021-11-25 12:34:41 +01:00
llzmb
4f1310db51
Edit instrumentation READMEs
2021-11-24 13:30:00 +01:00
llzmb
fce93647cc
Merge "perf_tips.md" into "best_practices.md" and "fuzzing_in_depth.md"
2021-11-24 13:24:12 +01:00
vanhauser-thc
43928461e8
update
2021-11-24 12:43:46 +01:00
llzmb
5b480f9451
Edit "fuzzing_in_depth.md"
2021-11-24 11:00:03 +01:00
llzmb
f11cf068dc
Merge "common_sense_risks.md" into "fuzzing_in_depth.md"
2021-11-24 10:52:29 +01:00
llzmb
c866e9c3cc
Merge branch 'docs_cleanup_folder_2' of https://github.com/llzmb/AFLplusplus into docs_cleanup_folder_2
2021-11-24 08:11:56 +01:00
llzmb
22726315c3
Merge various files into "fuzzing_in_depth.md"
2021-11-24 08:11:15 +01:00
hexcoder-
91f1c17c8f
transform cmplog-instructions pass to new pass manager
2021-11-24 00:05:15 +01:00
llzmb
cfa89c6bc7
Update docs/fuzzing_binary-only_targets.md
2021-11-23 21:47:15 +01:00
vanhauser-thc
8c4435e7ef
fix for llvm < 11
2021-11-23 21:08:28 +01:00
hexcoder-
1fbb7cb2fa
fix switch to new pass manager
2021-11-23 21:07:11 +01:00
llzmb
6cce577b90
Edit instrumentation READMEs
2021-11-23 21:03:56 +01:00
vanhauser-thc
90d7931af6
fixes
2021-11-23 19:37:27 +01:00
vanhauser-thc
11f89ab785
do not add zero byte on string compares with len
2021-11-23 19:34:21 +01:00
vanhauser-thc
39e2003630
further fixes for new pass manager
2021-11-23 19:20:51 +01:00
vanhauser-thc
6f5ba59d99
further fixes for new pass manager
2021-11-23 19:18:26 +01:00
vanhauser-thc
a0cc3dc101
llvm new passmanager fixes
2021-11-23 19:09:44 +01:00
llzmb
d9ff3745d0
Edit "README.persistent_mode.md"
2021-11-23 18:58:36 +01:00
vanhauser-thc
d50da14f60
fix for compcov transform strings
2021-11-23 16:55:04 +01:00
llzmb
4dad895bbb
Edit "README.persistent_mode.md"
2021-11-23 12:17:04 +01:00
llzmb
10365a22bd
Merge ctx and ngram into llvm, fix references
2021-11-22 22:08:49 +01:00
llzmb
745408be60
Delete obsolete files
2021-11-22 21:32:14 +01:00
llzmb
8b5eafe7c5
Clean up docs folder
2021-11-22 19:56:39 +01:00
hexcoder-
0e9b208949
Merge branch 'dev_newpm' into dev
2021-11-22 16:51:06 +01:00
vanhauser-thc
6f9a98c4a9
better string length counting
2021-11-22 14:38:43 +01:00
vanhauser-thc
3a7a8704ee
better string length counting
2021-11-22 13:28:03 +01:00
hexcoder
ef35c803da
add supported boards, name prerequisite
2021-11-21 21:33:19 +01:00
llzmb
c31f4646cb
Clean up docs folder
2021-11-21 21:11:52 +01:00
llzmb
492dbe9fb2
Clean up docs folder
2021-11-21 18:00:01 +01:00
llzmb
36514a2e4f
Merge "binaryonly_fuzzing.md" into "fuzzing_binary-only_targets.md"
2021-11-21 15:42:46 +01:00