todolist

关于本页


记录自己学习工作的相关内容,并且记录自己学习过程中留的坑,避免自己忘记填了。


Github项目学习

  1. Libfuzzer-workshop: https://github.com/Dor1s/libfuzzer-workshop.git
  2. Google-fuzzer-test-suite :https://github.com/google/fuzzer-test-suite.git
  3. 汤师兄的项目:https://github.com/lcatro/Source-and-Fuzzing.git
  4. google-fuzzing:https://github.com/google/fuzzing.git

文档类

LLVM-Libfuzzer: https://llvm.org/docs/LibFuzzer.html

Clang-Docs: https://clang.llvm.org/docs/index.html


书籍:

  1. 《逆向工程核心原理》读书
  2. 《python源码剖析》读书

待填坑