|
154 | 154 | tools:
|
155 | 155 | - name: Microsoft IntelliTest
|
156 | 156 | description: Generate a candidate suite of tests for your .NET code.
|
157 |
| - url: https://black.readthedocs.io/en/stable |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
| 157 | + url: https://black.readthedocs.io/en/stable |
| 158 | + - name: Pex and Moles |
| 159 | + description: Pex automatically generates test suites with high code coverage using automated white box analysis. |
| 160 | + url: https://www.microsoft.com/en-us/research/project/pex-and-moles-isolation-and-white-box-unit-testing-for-net/ |
| 161 | + - name: chap |
| 162 | + description: Analyzes un-instrumented ELF core files for leaks, memory growth, and corruption. It helps explain memory growth, can identify some forms of corruption, and supplements a debugger by giving the status of various memory locations |
| 163 | + url: https://github.com/vmware/chap |
| 164 | + - name: KLEE |
| 165 | + description: Symbolic virtual machine built on top of the LLVM compiler infrastructure. |
| 166 | + url: https://github.com/klee/klee |
| 167 | + - name: LDRA |
| 168 | + description: LDRA Testbed is a software analysis and testing tool suite that provides static and dynamic analysis, and unit testing for embedded applications. |
| 169 | + url: https://ldra.com |
| 170 | + - name: LLVM/Clang |
| 171 | + description: A collection of modular and reusable compiler and toolchain technologies. |
| 172 | + url: https://clang.llvm.org/ |
| 173 | + - name: Valgrind |
| 174 | + description: A programming tool for memory debugging, memory leak detection, and profiling. |
| 175 | + url: https://www.valgrind.org/ |
| 176 | + - name: statsviz |
| 177 | + description: A runtime statistics visualization tool for Go. |
| 178 | + url: https://github.com/arl/statsviz |
| 179 | + - name: JAVA PathFinder |
| 180 | + description: A model checker for Java bytecode programs. |
| 181 | + url: https://github.com/javapathfinder/jpf-core) |
| 182 | + - name: Parasoft Jtest |
| 183 | + description: Automated Java software testing and static analysis tool. |
| 184 | + url: https://www.parasoft.com/products/jtest/ |
| 185 | + - name: Iroh.js |
| 186 | + description: A dynamic code analysis tool for JavaScript. Iroh allows to record your code flow in realtime, intercept runtime informations and manipulate program behaviour on the fly. |
| 187 | + url: https://github.com/maierfelix/Iroh |
| 188 | + - name: Jalang12 |
| 189 | + description: Jalangi2 is a popular framework for writing dynamic analyses for JavaScript. |
| 190 | + url: https://github.com/Samsung/jalangi2 |
162 | 191 |
|
163 | 192 |
|
164 | 193 |
|
0 commit comments