stopipv / isdi

ISDi (IPV Spyware Discovery) tool for Android and iOS.
MIT License
165 stars 40 forks source link

[WIP] Packaging isdi as a python package #41

Closed Te-k closed 1 year ago

Te-k commented 2 years ago

Hi, I have started to reorganize ISDI as a python package. It seems to work so far for Android but I encounter issues with iOS, so it needs a bit more work, feel free to help with it

Te-k commented 2 years ago

I have fixed some issues with iOS now, but it requires a bit more work. The main issue is that ISDI mixes data and code in the same place. To avoid doing that, it would require deciding where to store ISDI data, and store it in a non code folder. Options could be either a parameter passed to the CLI, or creating an app directory to store data with appdirs

Te-k commented 1 year ago

Sorry, I couldn't finish this PR and I think it is too restructuring for me to do so, so I'll close for now