afl源码阅读

1.afl源码阅读(原始策略):
https://blog.csdn.net/weixin_30500105/article/details/97935796
2.afl-fast源码解读:
http://xueshu.baidu.com/usercenter/paper/show?paperid=1dab9457f196778a04f4b04e11124fc5&site=xueshu_se
3.afl-fast(优秀)参考中
https://bbs.pediy.com/thread-254705.htm
4.afl 源码分析 ->>afl-as.c
https://blog.csdn.net/qq_41071646/article/details/105194832
5.afl 源码分析 ->>fuzz.c
https://blog.csdn.net/qq_41071646/article/details/105176422
6.AFL学习笔记(上)稍微参考
https://bbs.pediy.com/thread-257399.htm

技术分析:

★★ 漏洞挖掘技术之 AFL 项目分析
https://bbs.pediy.com/thread-249912.htm
[原创]afl-fuzz源码情景分析,详细读码笔记,freemind版本和word版本
https://bbs.pediy.com/thread-218671.htm
AFL技术实现分析
https://blog.csdn.net/qq_32464719/article/details/80592902#comments
★★ AFL内部实现细节小记
http://rk700.github.io/2017/12/28/afl-internals/
★★ AFL文件变异一览
http://rk700.github.io/2018/01/04/afl-mutations/
AFL改进小试
http://rk700.github.io/2018/02/02/afl-enhancement/
★★ AFL-fuzz工具分析
https://blog.csdn.net/Chen_zju/article/details/80791268
AFL源码分析笔记(一)
https://xz.aliyun.com/t/4628
AFL源码分析1——afl-gcc.c源码分析
https://ch4r1l3.github.io/2019/03/05/AFL%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%901%E2%80%94%E2%80%94afl-gcc-c%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/
AFL源码分析2——afl-as.c源码分析
https://ch4r1l3.github.io/2019/03/06/AFL%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%902%E2%80%94%E2%80%94afl-as-c%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/
AFL源码分析3——afl-as.h源码分析
https://ch4r1l3.github.io/2019/03/08/AFL%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%903%E2%80%94%E2%80%94afl-as-h%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90/
AFL源码分析4——afl-fuzz.c源码分析1
https://ch4r1l3.github.io/2019/03/09/AFL%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%904%E2%80%94%E2%80%94afl-fuzz-c%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%901/
AFL源码分析5——afl-fuzz.c源码分析2
https://ch4r1l3.github.io/2019/03/10/AFL%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%905%E2%80%94%E2%80%94afl-fuzz-c%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%902/
afl fuzzer 源代码阅读
https://www.cnblogs.com/jg01/p/9772700.html
AFL不同文件结构
https://barro.github.io/2018/06/afl-fuzz-on-different-file-systems/
Fuzzing workflows; a fuzz job from start to finish
https://foxglovesecurity.com/2016/03/15/fuzzing-workflows-a-fuzz-job-from-start-to-finish/

发布了11 篇原创文章 · 获赞 0 · 访问量 343

猜你喜欢

转载自blog.csdn.net/qq_37316433/article/details/105417259