There is a newer version of the record available.

Published December 1, 2022 | Version v2
Software Open

CWE-San: Fully Automatically Generated and Inserted Assertions for Bug-Oriented Sanitizers

Authors/Creators

  • 1. Department of Electrical Engineering, National Taiwan University

Description

# CWE-San: Fully Automatically Generated and Inserted Assertions for Bug-Oriented Sanitizers

## Download
```shell
git clone XXX
```

## Installation
```shell
pip install -r requirements.txt
```

## Usage
### Check all python code files from the root directory
```shell
python cwe_sanitizer.py -check 'all' -directory 'D:/'
```

### Check the python code files which are in the same level of the given directory
```shell
python cwe_sanitizer.py -check 'current_folder' -directory 'D:/'
```

### Check only the python file of the given path
```shell
python cwe_sanitizer.py -check 'single_file' -directory 'D:/foo.py'
```

Files

cwe-san.zip

Files (914.7 MB)

Name Size Download all
md5:29bb883fd4d076d1f40b51e316256c64
914.7 MB Preview Download