Not sure, but https://exodus-privacy.eu.org/en/ lets you check any app for the presence of trackers. Is that relevant?
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics.
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
Its more for being able to learn from how they implement the various Kits and technologies to do similar things
not sure what section you mean, but check out jadx: https://github.com/skylot/jadx
Experience in java is recommended.
If anyone else was going to suggest decompiling, ^this is a decompiler.
You can look at some of the documentation to see how at least some of it works.
https://developers.google.com/google-ads/api/docs/start
And here's Matomos analytics
https://matomo.org/guide/apis/
Is that what you're looking for?
Generally speaking it’s not possible to strictly deduce code from its output.
But you can establish a pretty good guess by converting log messages into regexes then using those regexes in github code search.