Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio

[Symbolic execution with KLEE: From installation and introduction to bug-finding in open source software](https://adalogics.com/blog/symbolic-execution-with-klee) - A set of four instructional videos introducing KLEE, starting with how to get started with KLEE and ending with a demo that finds memory corruption bugs in real code.

### Crash Triaging

[CASR](https://github.com/ispras/casr) - Collect crash (or UndefinedBehaviorSanitizer error) reports, triage, and estimate severity. Supports C/C++/Go/Rust/Python/Java/x86/RISC-V/AARCH64/libFuzzer/AFL++/go-fuzz/Atheris/Jazzer/DefectDojo.

### References

I haven't included some of the legends like AxMan, please refer the following link for more information.
Expand Down