diff --git a/.files b/.files new file mode 100644 index 0000000..46694b1 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..4278e38 --- /dev/null +++ b/.meta @@ -0,0 +1,10 @@ + + American fuzzy lop is a security-oriented fuzzer + American fuzzy lop is a security-oriented fuzzer that employs a novel type of compile-time instrumentation and genetic algorithms to automatically discover clean, interesting test cases that trigger new internal states in the targeted binary. This substantially improves the functional coverage for the fuzzed code. The compact synthesized corpora produced by the tool are also useful for seeding other, more labor- or resource-intensive testing regimes down the road. + +Compared to other instrumented fuzzers, afl-fuzz is designed to be practical: it has modest performance overhead, uses a variety of highly effective fuzzing strategies and effort minimization tricks, requires essentially no configuration, and seamlessly handles complex, real-world use cases - say, common image parsing or file compression libraries. + + + + http://lcamtuf.coredump.cx/afl/ + diff --git a/.rev b/.rev new file mode 100644 index 0000000..2b7ef4b --- /dev/null +++ b/.rev @@ -0,0 +1,401 @@ + + + 8c35c9fb0cbd1855c6f3683d1814f113 + 1.57b + + dimstar_suse + add the american fuzzing language + 292839 + + + bc784d240d219222f391be78b7df434f + 1.58b + + dimstar_suse + afl 1.58b and libexedir improvement + 293476 + + + bbfe60a91b9383dd661e691b638da8ce + 1.60b + + dimstar_suse + 1 + 295181 + + + 7d61228e9dff4dcf0eee4f320306618d + 1.62b + + dimstar_suse + afl 1.62b (forwarded request 295378 from AndreasStieger) + 295379 + + + bbad7d1d768914bdc1c77abdcc26832d + 1.69b + + dimstar_suse + 1 + 297081 + + + f30177a8de7bfd170ad865b243940096 + 1.71b + + dimstar_suse + afl 1.71b (forwarded request 298226 from AndreasStieger) + 298227 + + + 2e49df504cf7a56177611519f1baee18 + 1.73b + + dimstar_suse + Automatic submission by obs-autosubmit + 305275 + + + 97c4bf2651a0bd0acefcebe8bbf5a8e8 + 1.77b + + coolo + 1 + 305943 + + + db4b525688240242ddc7674270a3a96b + 1.78b + + coolo + 1 + 307842 + + + db4b525688240242ddc7674270a3a96b + 1.78b + + coolo + 1 + 307842 + + + 5e87531019b5c79509f8d1ba6a5f0cee + 1.80b + + dimstar_suse + afl 1.80b + 309667 + + + 4f6523b0efa0bd29c2c8d66aabac8ec1 + 1.83b + + coolo + afl 1.83b + 312108 + + + eaf83f5522eff95579d23c547a36a42a + 1.85b + + dimstar_suse + 1 + 320742 + + + 5c6d482bd88021fd927cb140f3d78337 + 1.86b + + dimstar_suse + 1 + 321770 + + + 1628482f22422f979becc6274aa619ee + 1.92b + + dimstar_suse + afl 1.92b + 329519 + + + 6a4aa3a40023cd11a728f59a8aaafd86 + 1.94b + + dimstar_suse + 1 + 335943 + + + 007ecf44597a2d4da46d281a9fc4236a + 1.95b + + dimstar_suse + 1 + 344165 + + + c0f6c65ac1165980f113f74e02d4a930 + 1.96b + + dimstar_suse + 1 + 349658 + + + e5e3e0df73b9ed0d4bd56fbdeedb7db6 + 2.01b + + dimstar_suse + afl 2.01 + 359642 + + + 767913d5ac695a2272b88d536cace58b + 2.04b + + dimstar_suse + 1 + 361310 + + + 85572331ca9d924c6a5ae3b37d17f557 + 2.05b + + dimstar_suse + afl 2.05b + 362828 + + + e1c08ff2bd624521d36db15bdd5b3168 + 2.09b + + dimstar_suse + 1 + 381246 + + + 0fd16dce5ebed81c2047edbcc9ac0b0e + 2.10b + + dimstar_suse + 1 + 390313 + + + cead3c2a1dc5319382c0a683cfa462e9 + 2.11b + + dimstar_suse + 1 + 393279 + + + cabb5e16f91716ecdf2060b80be7fc8c + 2.13b + + dimstar_suse + 1 + 399108 + + + 49349cb50a98f813061dc619c6a698a0 + 2.14b + + dimstar_suse + afl 2.14b (forwarded request 402522 from AndreasStieger) + 402531 + + + aa85b19b1f41c48196100d8cf8abcde2 + 2.17b + + dimstar_suse + afl 2.17b + 405155 + + + 9a4dbdaa762893c4c8fceb98c64e9d93 + 2.21b + + dimstar_suse + afl 2.21b + 414716 + + + 8e48ec90552b9472e2317d6363b60382 + 2.32b + + dimstar_suse + - Version 2.32b: + - Added a check for AFL_HARDEN combined with AFL_USE_*SAN. Suggested by Hanno Boeck. + - Made several other cosmetic adjustments to cycle timing in the wake of the big tweak made in 2.31b. +- Version 2.31b: + - Changed havoc cycle counts for a marked performance boost, especially + with -S / -d. See the discussion of FidgetyAFL in: + https://groups.google.com/forum/#!topic/afl-users/fOPeb62FZUg + While this does not implement the approach proposed by the authors of + the CCS paper, the solution is a result of digging into that research; + more improvements may follow as I do more experiments and get more + definitive data. +- Version 2.30b: + - Made minor improvements to persistent mode to avoid the remote + possibility of "no instrumentation detected" issues with very low + instrumentation densities. + - Fixed a minor glitch with a leftover process in persistent mode. + Reported by Jakub Wilk and Daniel Stender. + - Made persistent mode bitmaps a bit more consistent and adjusted the way + this is shown in the UI, especially in persistent mode. +- Version 2.29b: + - Made a minor #include fix to llvm_mode. Suggested by Jonathan Metzman. + - Made cosmetic updates to the docs. +- Version 2.28b: + - Added "life pro tips" to docs/. + - Moved testcases/_extras/ to dictionaries/ for visibility. + - Made minor improvements to install scripts. + - Added an important safety tip. +- Version 2.27b: + - Added libtokencap, a simple feature to intercept strcmp / memcmp and + generate dictionary entries that can help extend coverage. (forwarded request 422107 from msmeissn) + 422108 + + + ca74e618a16398028a9ce8ecc6d24626 + 2.35b + + dimstar_suse + 1 + 436567 + + + d545fbda19625ba14aa6969b2f2ea031 + 2.39b + + dimstar_suse + - update to 2.39b: + - Improved error reporting in afl-cmin. Suggested by floyd. + - Made a minor tweak to trace-pc-guard support. Suggested by kcc. + - Added a mention of afl-monitor. + +- update to 2.38b: + * Added -mllvm -sanitizer-coverage-block-threshold=0 to + trace-pc-guard mode + * Fixed a cosmetic bad free() bug when aborting -S sessions + * Made a small change to afl-whatsup to sort fuzzers by name. + * Fixed a minor issue with malloc(0) in libdislocator + * Changed the clobber pattern in libdislocator to a slightly more + reliable one + * Added a note about THP performance + * Added a somewhat unofficial support for running afl-tmin with a + baseline "mask" that causes it to minimize only for edges that + are unique to the input file, but not to the "boring" baseline. + * "Fixed" a getPassName() problem with never versions of clang. + 455996 + + + ec4b501d4c50da1313978bd08678ba18 + 2.39b + + dimstar_suse + 1 + 477897 + + + 57752c02c42137ca7e6edf4480793ebc + 2.41b + + maxlin_factory + - update to 2.41b: + - Addressed a major user complaint related to timeout detection. Timing out + inputs are now binned as "hangs" only if they exceed a far more generous + time limit than the one used to reject slow paths. +- update to 2.40b: + - Fixed a minor oversight in the insertion strategy for dictionary words. + Spotted by Andrzej Jackowski. + - Made a small improvement to the havoc block insertion strategy. + - Adjusted color rules for "is it done yet?" indicators. + 487488 + + + 7fbfd8fecf54971d0c2b26aea9ec8610 + 2.44b + + dimstar_suse + afl 2.44b + 507727 + + + f2cd2248f217c48d48674fa270aca0a4 + 2.45b + + dimstar_suse + - update to 2.45b: + - Added strstr, strcasestr support to libtokencap. Contributed by + Daniel Hodson. + - Fixed a resumption offset glitch spotted by Jakub Wilk. + - There are definitely no bugs in afl-showmap -c now. + 508930 + + + c8763e4829d04296667284a307c42eff + 2.49b + + dimstar_suse + - Version 2.49b + - Added AFL_TMIN_EXACT to allow path constraint for crash minimization. + - Added dates for releases (retroactively for all of 2017). +- Version 2.48b + - Added AFL_ALLOW_TMP to permit some scripts to run in /tmp. + - Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin). + - Made it possible to point -o and -f to the same file in afl-tmin. +- Version 2.47b + - Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk. +- Version 2.46b + - libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not + want to abort on calloc() overflows. + - Made a minor fix to libtokencap. Reported by Daniel Stender. + - Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk. (forwarded request 512610 from msmeissn) + 512611 + + + b30044222b6c770b2a993257c0652100 + 2.49b + + maxlin_factory + - include docs/README + 513056 + + + e81fb0fea818447a41a6c11bab29df50 + 2.51b + + dimstar_suse + afl 2.51b + 520490 + + + ffd3bd2daa7929b375a62c97d54be750 + 2.52b + + dimstar_suse + + 539104 + + + 1871a0125bbbbb6474e1a968f1c1b524 + 2.52b + + dimstar_suse + + 632354 + + + 0de895c49b90ed5dc6037cc2ea2af3a0 + 2.52c + + dimstar_suse + + 711649 + + diff --git a/2.52c.tar.gz b/2.52c.tar.gz new file mode 120000 index 0000000..e8d2435 --- /dev/null +++ b/2.52c.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeie6r7yr7g6hy7jqdoipmpdzdpix6ck47n7oqsucrmdzdg4u5jtwva \ No newline at end of file