about summary refs log tree commit diff
path: root/utils/afl_network_proxy
AgeCommit message (Collapse)Author
2023-01-03welcome 2023vanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-04-05network client mem leak fix.David Carlier
2022-01-07more welcome 2022yuawn
2021-12-05Fix usage and punctuation in connection with "then" and "than"llzmb
2021-12-02Fix punctuation in connection with "e.g."llzmb
2021-12-02Fix punctuation in connection with "however"llzmb
2021-08-27Network client linkage fix for solarisish systems.DC
2021-07-23aligned wordingDominik Maier
2021-04-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-03-15Remove AFL_PRELOAD and AFL_USE_QASAN handlersrealmadsci
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment.
2021-02-28fix afl-common compilevanhauser-thc
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2020-12-01renamed examples/ to utils/vanhauser-thc