stopipv / isdi

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

Fixes Issue #25. #26

Closed rchatterjee closed 9 months ago

rchatterjee commented 2 years ago

The parsing of Android dumpsys logs were wrong. This is crashing the app sometime.

Next plan to make the historical scan viewable on the app. I am still working on that part.

rchatterjee commented 2 years ago

@lanamorgan @shffrror @tomrist The offline viewing works. The main changes are: (a) Fixing some bugs with the parsing of android dumps. (b) Tested only on Android (Pixel 4 and Moto X). Need to test for iOS for the offline viewing, but it should not affect the online viewing (🤞). (c) Next TODO would be to actually integrate these offline viewing with the testing framework.

shffrror commented 2 years ago

@rchatterjee I am unable to get the PR to build, receiving this error AttributeError: 'NoneType' object has no attribute 'device_info' on phone_scanner.py:489. Sorry that it took me a bit to get to it but I'll try to dig in deeper soon.