Skip to content

akumar51/SliceViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

We introduce SliceViz, a novel approach designed to improve the user experience of program slicing with respect to data privacy.

Installation

  1. Clone this repository to local computer

  2. Create a new virtual environment

    • Windows: python -m venv ./venv
    • Mac: python3 -m venv ./venv
  3. Activate the new virtual environment

    • Windows: .\venv\Scripts\activate
    • Mac: source ./venv/bin/activate
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors