-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect dexdump crash #6
Comments
Hi, |
I investigate a little with enabling DEBUG log.
Trackers list is loaded correctly. |
Hi!
|
dexdump
pip freeze
apt show dexdump
|
Thank you. Please, try with
https://github.com/Exodus-Privacy/exodus-core/releases/tag/v1.0.14 |
I'm working on exodus-standalone today. So, do not hesitate to give me your feedbacks/issues/etc. |
Sorry for respond late, I have upgrade I will dig into the code this afternoon (gmt+2). |
Found the issue my
The amd64 dexdump package of ubuntu 16.04 https://packages.ubuntu.com/xenial/dexdump have broken dexdump.
I think is good idea to implement a detection of the crash error of dexdump in |
Thank you for your investigation. I'll try to detect this kind of crash directly in |
Could you give the exit code of |
Seems to be |
Thank you. |
@U039b - The dexdump that comes packaged with Android SDK does not have this issue. I verified it. I had the SDK for x86_64 and used the tool straight out of the box. For the APK i was testing, the trackers are also detected with this. /e/ |
@magicj3lly Thanks for the hint, the Android SKD version worked fine for me. The version installed via apt-get from ubuntu showed the same error. |
I install the standalone for testing some apks but trackers list is always empty.
For example
Is not exactly the same version on https://reports.exodus-privacy.eu.org/reports/2296/
But all 17 trackers seems disappeared ?
I have tested this behavior with 3 different apk from playstore and all of them have zero trackers.
I have install the exodus-core with pip in a venv version
1.0.8
.The md5sum of
fr.playsoft.lefigarov3.apk
is7bc323c6ac8a146cff8753175b3ec60d
, I can supply it if needed for some test.My install have certainly something wrong ?
The text was updated successfully, but these errors were encountered: