Visual studio code extensionNB: This is in progress. To use:Open the folder in vscode. Use Example workflow. Run the commands:
sync local folder with OSS-Fuzz build. You can use the command OSS-Fuzz: Set project path to map a local path to a project in OSS-Fuzz, which will then cause this folder to be used for the project's source code when building the fuzzers. This is useful to e.g. sync your development environment with OSS-Fuzz such that OSS-Fuzz doesn't clone your repository from e.g. Github, but uses the local version instead. Note the local path should be absolute. To extract a full coverage and introspector profile you can use OSS-Fuzz: Run end-to-end Fuzz Introspector on a project. |