AFL相关文章

AFL相关文章

关于AFL的学习记录的文章集合。

安装使用

AFL入门
https://www.cnblogs.com/0xHack/p/9414444.html
[原创][新手向] 使用AFL来fuzz upx
https://bbs.pediy.com/thread-249179.htm
[翻译]使用AFL进行fuzz
https://bbs.pediy.com/thread-250866.htm
AFL漏洞挖掘技术漫谈(一):用AFL开始你的第一次Fuzzing
https://paper.seebug.org/841/
AFL 漏洞挖掘技术漫谈(二):Fuzz 结果分析和代码覆盖率
https://paper.seebug.org/842/
afl-fuzz技术初探
https://www.cnblogs.com/WangAoBo/p/8280352.html
AFL使用指南
http://zeroyu.xyz/2019/05/15/how-to-use-afl-fuzz/
Fuzz Testing with afl-fuzz (American Fuzzy Lop)
https://spin.atomicobject.com/2015/08/23/fuzz-testing-american-fuzzy-lop/

白皮书及文档翻译

使用Afl-fuzz (American Fuzzy Lop) 进行fuzzing测试(一)——使用初体验
https://blog.csdn.net/youkawa/article/details/45696317
使用Afl-fuzz (American Fuzzy Lop) 进行fuzzing测试(二)——详细使用说明(README.txt )
https://blog.csdn.net/youkawa/article/details/76405468
使用Afl-fuzz (American Fuzzy Lop) 进行fuzzing测试(三)——技术白皮书(technical whitepaper)
https://blog.csdn.net/youkawa/article/details/76615480
afl技术白皮书笔记(1)
https://ljie.space/2018/01/22/afl%E6%8A%80%E6%9C%AF%E7%99%BD%E7%9A%AE%E4%B9%A6%E7%AC%94%E8%AE%B0-1/
afl-fuzz技术白皮书
https://blog.csdn.net/gengzhikui1992/article/details/50844857

技术分析

★★ 漏洞挖掘技术之 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/

AFL 项目

AFL最原始版本,源码地址
https://github.com/google/AFL
[翻译]AFL生态圈 (这篇文章有很多关于AFL的开源项目地址和简单介绍)
https://bbs.pediy.com/thread-251051.htm
AFLplusplus(该工具做了一些集成)
https://github.com/vanhauser-thc/AFLplusplus
[分享]关于 fuzz 的 一点总结
https://bbs.pediy.com/thread-249986.htm

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

猜你喜欢

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