Taser is a Python-based system designed for automatic analysis, rating, comparison, and parsing of Android source code. It provides a command-line interface (CLI) for easy interaction with the system.
- Automatic Analysis: Taser is capable of analyzing Android source code automatically.
- Rating: The system provides a rating mechanism to evaluate the quality or other characteristics of the source code.
- Comparison: Taser supports code comparison, allowing users to compare different versions or implementations.
- Parsing: Taser can parse Android source code to extract relevant information and metadata.\n
git clone https://github.com/your-username/taser.git
Explanation of the code: Clone code from github in local folder
python3 -m pip install -r requirements.txt
Explanation of the code: Install python deps from requirements.txt file
To use Taser, navigate to the cloned repository directory and run the CLI commands.
cd taser
python3 main.py