Project Description
We introduce SliceViz, a novel approach designed to improve the user experience of program slicing with respect to data privacy.
Installation
-
Clone this repository to local computer
-
Create a new virtual environment
- Windows:
python -m venv ./venv - Mac:
python3 -m venv ./venv
- Windows:
-
Activate the new virtual environment
- Windows:
.\venv\Scripts\activate - Mac:
source ./venv/bin/activate
- Windows:
-
After activation, run the flask app. A development server can be accessed at http://127.0.0.1:5000
Acknowledgements
This project utilizes the Jicer-Pro, a powerful tool for program slicing in the Jimple language. We extend our sincere appreciation to the creators and maintainers of Jicer for providing a valuable tool that contributes to the functionality of our project. Jicer-Pro is currently under development and access can be granted upon request.