diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-28 16:02:09 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-28 16:02:09 +0200 |
commit | ed96f9b209ceed9e0295bd0bce452bd74e797f1f (patch) | |
tree | 27346e989b4b711d88ade48555cb94b0b8eb1752 /docs/tutorials.md | |
parent | f567a89dae29afb2e421d649f0e750e77913f08c (diff) | |
download | afl++-ed96f9b209ceed9e0295bd0bce452bd74e797f1f.tar.gz |
add frida mode tutorial
Diffstat (limited to 'docs/tutorials.md')
-rw-r--r-- | docs/tutorials.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials.md b/docs/tutorials.md index 758fddab..342080fd 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -20,6 +20,10 @@ training, then we can highly recommend the following: * [https://github.com/antonio-morales/Fuzzing101](https://github.com/antonio-morales/Fuzzing101) +Here is good workflow description for frida_mode: + +* [https://blog.quarkslab.com/android-greybox-fuzzing-with-afl-frida-mode.html](https://blog.quarkslab.com/android-greybox-fuzzing-with-afl-frida-mode.html) + If you are interested in fuzzing structured data (where you define what the structure is), these links have you covered (some are outdated though): |