oss-fuzz/tools/vscode-extension
DavidKorczynski 414361b2af
vscode: bump minor version (#11275)
Signed-off-by: David Korczynski <david@adalogics.com>
2023-11-27 23:11:59 +00:00
..
.vscode
images vscode: extend with marketplace-specific support (#11105) 2023-10-11 23:01:38 +01:00
src vscode: fix typo (#11274) 2023-11-27 22:44:45 +00:00
.editorconfig
.eslintignore
.eslintrc.json
.gitignore
.prettierrc.js
.vscodeignore
LICENSE vscode: extend with marketplace-specific support (#11105) 2023-10-11 23:01:38 +01:00
README.md vscode: extend with marketplace-specific support (#11105) 2023-10-11 23:01:38 +01:00
package-lock.json vscode: extend project template creation (#11232) 2023-11-16 15:50:02 +00:00
package.json vscode: bump minor version (#11275) 2023-11-27 23:11:59 +00:00
tsconfig.json

README.md

OSS-Fuzz VSCode extension

OSS-Fuzz is a fuzzing toolkit and service for fuzzing open source projects. This VSCode extension provides features and capabilities for interacting with the OSS-Fuzz toolkit and also to compare local changes to the OSS-Fuzz cloud database by way of Open source fuzz introspection.

Features

The VSCode extension is largely driven by commands at this point. The featues of these commands includes:

  • Easily setting up OSS-Fuzz
  • Templates for easily setting up a new OSS-Fuzz project
  • Building arbitrary projects from OSS-Fuzz
  • Modify a project from VSCode and test changes in OSS-Fuzz
  • Easily extract code coverage of fuzzers, including local-only fuzzers
  • Compare local code coverage to what is currently achieved by OSS-Fuzz
  • Auto-generation of fuzzer templates

For a full list of commands and their features, please check the commands page.