├── .DS_Store ├── Part1-Fuzzing ├── .DS_Store ├── README.md └── 模糊测试.pptx ├── Part2-AFL-pattern ├── .DS_Store ├── AFL详解.pptx └── README.md ├── Part3-ok-file-formats ├── .DS_Store ├── README.md ├── creash │ ├── id^%000000,sig^%11,src^%001329,op^%havoc,rep^%4 │ ├── id^%000001,sig^%11,src^%001377,op^%havoc,rep^%4 │ ├── id^%000002,sig^%11,src^%001377,op^%havoc,rep^%8 │ ├── id^%000003,sig^%06,src^%001377,op^%havoc,rep^%4 │ ├── id^%000004,sig^%11,src^%001377,op^%havoc,rep^%2 │ └── id^%000005,sig^%11,src^%001377,op^%havoc,rep^%2 ├── fuzz_png ├── img │ ├── .DS_Store │ ├── AFL分支.png │ ├── AFL流程.png │ ├── Fuzz流程.png │ ├── README.md │ ├── afl-plot.png │ ├── crashes.png │ ├── cycledone.png │ ├── example.png │ ├── fuzz过程.png │ ├── ok_file_formats.png │ ├── test-program.png │ ├── test-readme.png │ ├── 分类.png │ └── 多进程.png ├── main.c ├── ok-file-formats模糊测试.pptx ├── ok_png.c ├── ok_png.h └── process_of_fuzz.md ├── README.md ├── img ├── AFL分支.png └── AFL流程.png └── 夏令营培训大纲v2-张涛-模糊测试初探.docx /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/.DS_Store -------------------------------------------------------------------------------- /Part1-Fuzzing/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part1-Fuzzing/.DS_Store -------------------------------------------------------------------------------- /Part1-Fuzzing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part1-Fuzzing/README.md -------------------------------------------------------------------------------- /Part1-Fuzzing/模糊测试.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part1-Fuzzing/模糊测试.pptx -------------------------------------------------------------------------------- /Part2-AFL-pattern/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part2-AFL-pattern/.DS_Store -------------------------------------------------------------------------------- /Part2-AFL-pattern/AFL详解.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part2-AFL-pattern/AFL详解.pptx -------------------------------------------------------------------------------- /Part2-AFL-pattern/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part2-AFL-pattern/README.md -------------------------------------------------------------------------------- /Part3-ok-file-formats/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/.DS_Store -------------------------------------------------------------------------------- /Part3-ok-file-formats/README.md: -------------------------------------------------------------------------------- 1 | ## 参照此大纲 2 | https://bbs.pediy.com/thread-261253.htm 3 | -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000000,sig^%11,src^%001329,op^%havoc,rep^%4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000000,sig^%11,src^%001329,op^%havoc,rep^%4 -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000001,sig^%11,src^%001377,op^%havoc,rep^%4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000001,sig^%11,src^%001377,op^%havoc,rep^%4 -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000002,sig^%11,src^%001377,op^%havoc,rep^%8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000002,sig^%11,src^%001377,op^%havoc,rep^%8 -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000003,sig^%06,src^%001377,op^%havoc,rep^%4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000003,sig^%06,src^%001377,op^%havoc,rep^%4 -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000004,sig^%11,src^%001377,op^%havoc,rep^%2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000004,sig^%11,src^%001377,op^%havoc,rep^%2 -------------------------------------------------------------------------------- /Part3-ok-file-formats/creash/id^%000005,sig^%11,src^%001377,op^%havoc,rep^%2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/creash/id^%000005,sig^%11,src^%001377,op^%havoc,rep^%2 -------------------------------------------------------------------------------- /Part3-ok-file-formats/fuzz_png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/fuzz_png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/.DS_Store -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/AFL分支.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/AFL分支.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/AFL流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/AFL流程.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/Fuzz流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/Fuzz流程.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/README.md: -------------------------------------------------------------------------------- 1 | # IMG 2 | 给md文件用的图片库 -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/afl-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/afl-plot.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/crashes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/crashes.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/cycledone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/cycledone.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/example.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/fuzz过程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/fuzz过程.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/ok_file_formats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/ok_file_formats.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/test-program.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/test-program.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/test-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/test-readme.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/分类.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/分类.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/img/多进程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/img/多进程.png -------------------------------------------------------------------------------- /Part3-ok-file-formats/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/main.c -------------------------------------------------------------------------------- /Part3-ok-file-formats/ok-file-formats模糊测试.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/ok-file-formats模糊测试.pptx -------------------------------------------------------------------------------- /Part3-ok-file-formats/ok_png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/ok_png.c -------------------------------------------------------------------------------- /Part3-ok-file-formats/ok_png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/ok_png.h -------------------------------------------------------------------------------- /Part3-ok-file-formats/process_of_fuzz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/Part3-ok-file-formats/process_of_fuzz.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/README.md -------------------------------------------------------------------------------- /img/AFL分支.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/img/AFL分支.png -------------------------------------------------------------------------------- /img/AFL流程.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/img/AFL流程.png -------------------------------------------------------------------------------- /夏令营培训大纲v2-张涛-模糊测试初探.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WayneDevMaze/Fuzzing-Introduction/HEAD/夏令营培训大纲v2-张涛-模糊测试初探.docx --------------------------------------------------------------------------------