|
80 | 80 | To compare notes with other users or get notified about major new features,
|
81 | 81 | send a mail to <[email protected]>.
|
82 | 82 |
|
83 |
| - See [docs/QuickStartGuide.txt](docs/QuickStartGuide.txt) if you don't have time to |
| 83 | + See [docs/QuickStartGuide.md](docs/QuickStartGuide.md) if you don't have time to |
84 | 84 | read this file.
|
85 | 85 |
|
86 | 86 |
|
@@ -250,7 +250,7 @@ automatically enable code hardening options that make it easier to detect
|
250 | 250 | simple memory bugs. Libdislocator, a helper library included with AFL (see
|
251 | 251 | [libdislocator/README.md](libdislocator/README.md)) can help uncover heap corruption issues, too.
|
252 | 252 |
|
253 |
| -PS. ASAN users are advised to review [docs/notes_for_asan.txt](docs/notes_for_asan.txt) |
| 253 | +PS. ASAN users are advised to review [docs/notes_for_asan.md](docs/notes_for_asan.md) |
254 | 254 | file for important caveats.
|
255 | 255 |
|
256 | 256 |
|
@@ -278,7 +278,7 @@ your binary, then you can use afl-fuzz normally and it will have twice
|
278 | 278 | the speed compared to qemu_mode.
|
279 | 279 |
|
280 | 280 | A more comprehensive description of these and other options can be found in
|
281 |
| -[docs/binaryonly_fuzzing.txt](docs/binaryonly_fuzzing.txt) |
| 281 | +[docs/binaryonly_fuzzing.md](docs/binaryonly_fuzzing.md) |
282 | 282 |
|
283 | 283 |
|
284 | 284 | ## 5) Power schedules
|
@@ -598,7 +598,7 @@ Here are some of the most important caveats for AFL:
|
598 | 598 | experimental/post_library/ (with AFL_POST_LIBRARY)
|
599 | 599 |
|
600 | 600 | - There are some unfortunate trade-offs with ASAN and 64-bit binaries. This
|
601 |
| - isn't due to any specific fault of afl-fuzz; see [docs/notes_for_asan.txt](docs/notes_for_asan.txt) |
| 601 | + isn't due to any specific fault of afl-fuzz; see [docs/notes_for_asan.md](docs/notes_for_asan.md) |
602 | 602 | for tips.
|
603 | 603 |
|
604 | 604 | - There is no direct support for fuzzing network services, background
|
|
0 commit comments