You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6
Original file line number
Diff line number
Diff line change
@@ -159,9 +159,6 @@ Also check out the sister project, [awesome-static-analysis](https://github.com/
159
159
-[LLVM/Clang Sanitizers](https://github.com/google/sanitizers) — <ul> <li><ahref="https://github.com/google/sanitizers/wiki/AddressSanitizer">AddressSanitizer</a> - A memory error detector for C/C++</li> <li><ahref="https://github.com/google/sanitizers/wiki/MemorySanitizer">MemorySanitizer</a> - A detector of uninitialized memory reads in C/C++ programs.</li> <li><ahref="https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual">ThreadSanitizer</a> - A data race detector for C/C++</li> </ul>
160
160
161
161
162
-
-[tis-interpreter](https://github.com/TrustInSoft/tis-interpreter) — An interpreter for finding subtle bugs in programs written in standard C.
163
-
164
-
165
162
-[Valgrind](https://valgrind.org/) — An instrumentation framework for building dynamic analysis tools.
166
163
167
164
@@ -181,9 +178,6 @@ Also check out the sister project, [awesome-static-analysis](https://github.com/
181
178
-[LLVM/Clang Sanitizers](https://github.com/google/sanitizers) — <ul> <li><ahref="https://github.com/google/sanitizers/wiki/AddressSanitizer">AddressSanitizer</a> - A memory error detector for C/C++</li> <li><ahref="https://github.com/google/sanitizers/wiki/MemorySanitizer">MemorySanitizer</a> - A detector of uninitialized memory reads in C/C++ programs.</li> <li><ahref="https://github.com/google/sanitizers/wiki/ThreadSanitizerCppManual">ThreadSanitizer</a> - A data race detector for C/C++</li> </ul>
182
179
183
180
184
-
-[tis-interpreter](https://github.com/TrustInSoft/tis-interpreter) — An interpreter for finding subtle bugs in programs written in standard C.
185
-
186
-
187
181
-[Valgrind](https://valgrind.org/) — An instrumentation framework for building dynamic analysis tools.
0 commit comments