this post was submitted on 22 Jan 2024
30 points (87.5% liked)
F-Droid
8069 readers
37 users here now
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Matrix space | forum | IRC
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It doesn't, those are stubs. Exodus will decompile and look for functions and imported APIs, not if the functions are actually filled out. This is a good approach a lot of the time, but has false positives like this occasionally.
Is there a way to tell if an app only has these stubs or if they are fully functional trackers?
Quite true. Actually trying to remove all traces of them may break a number of things, hence the stubs are left. It is just easier this way when lacking a full on, well-payed team of software coders and engineers.
Essentially, false positives.