Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.04 KB

SWAN VSCode extension

SWAN is a static program analysis framework for analyzing Swift applications using WALA as the analysis core. This repository contains the VSCode extension source for SWAN, which acts as a driver and results viewer for running taint analysis on Swift applications.

Get started

This repo should already be downloaded and installed in packages/ dir of SWAN.

  1. Open swan/packages/swan-vscode/swan/ in VSCode
  2. Press F5 inside the editor to start the extension
  3. Configure the extension in Settings
  4. Run the analysis by accessing the tree menu options (triple dots on the top-right) in the SWAN tab

More information on VSCode extensions is available here.


Please note this extension is WIP and has not been published yet.