Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
Santiagus authored Sep 12, 2023
1 parent 2f80137 commit 7ee6611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is a list of SW I am currently using or those tools I have in mind to check

## Static Analyzers
* [Cppcheck](http://cppcheck.sourceforge.net/)
* [Clang Static Analyzer] (https://clang-analyzer.llvm.org/)
* [Clang Static Analyzer](https://clang-analyzer.llvm.org/)
* [SourceMeter](https://www.sourcemeter.com/)

## Code Formatting / Naming
Expand All @@ -41,7 +41,7 @@ This is a list of SW I am currently using or those tools I have in mind to check
### Fuzzing
* [american fuzzy lop ++](https://github.com/AFLplusplus/AFLplusplus)
* [american fuzzy lop](http://lcamtuf.coredump.cx/afl/)
* [Fuzztest] https://github.com/google/fuzztest
* [Fuzztest](https://github.com/google/fuzztest)
* [LibFuzzer](http://llvm.org/docs/LibFuzzer.html)
* [KLEE](http://klee.github.io/)
* [Fuzzit](https://fuzzit.dev/)
Expand Down

0 comments on commit 7ee6611

Please sign in to comment.