Contains:
- Static analysis
- Network analysis
- Connection helper
exodus-core is available from PyPI:
pip install exodus-coreAdd the following line in your requirements.txt (replace 'XX' by the desired subversion):
exodus-core==XX
Clone this repository:
git clone https://github.com/Exodus-Privacy/exodus-core.git
cd exodus-coreBuild the Docker image:
docker build -t exodus-core .Run tests:
docker run -it --rm exodus-core /bin/bash
python -m unittest discover -s exodus_core -p "test_*.py"Install dexdump:
sudo apt-get install dexdumpCreate Python virtualenv:
virtualenv venv -p python3
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun tests:
python -m unittest discover -s exodus_core -p "test_*.py"