parent
911326807e
commit
9314fe28de
46
metadata/com.oF2pks.classyshark3xodus.yml
Normal file
46
metadata/com.oF2pks.classyshark3xodus.yml
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Security
|
||||||
|
License: Apache-2.0
|
||||||
|
WebSite: https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391
|
||||||
|
SourceCode: https://bitbucket.org/oF2pks/fdroid-classyshark3xodus/src
|
||||||
|
|
||||||
|
AutoName: ClassyShark3xodus
|
||||||
|
Summary: Scan apps for trackers
|
||||||
|
Description: |-
|
||||||
|
Checks apps for code signatures of known trackers (provided by Exodus).
|
||||||
|
Also can list all classes for launchable (via the app drawer) packages.
|
||||||
|
|
||||||
|
Can be used against any APK:
|
||||||
|
* installed: via an app manager,
|
||||||
|
* downloaded: via any file manager (long press and open with ClassyShark3xodus),
|
||||||
|
* launchable installed: via the first screen list (long press to list all classes, including obfuscated ones).
|
||||||
|
Note: doesn't work on odexed/system packages (it's a work-in-progress).
|
||||||
|
|
||||||
|
Finally, the app doesn't sync or connect to the Internet and thus cannot
|
||||||
|
sneak on end users.
|
||||||
|
|
||||||
|
The app is updated when Exodus updates their list of trackers:
|
||||||
|
https://reports.exodus-privacy.eu.org/api/trackers
|
||||||
|
|
||||||
|
ClassyShark3xodus is based on Google's ClassyShark:
|
||||||
|
https://github.com/google/android-classyshark
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://bitbucket.org/oF2pks/fdroid-classyshark3xodus.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0-2
|
||||||
|
versionCode: 2
|
||||||
|
commit: v1.0-2
|
||||||
|
subdir: ClassySharkAndroid/app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scanignore:
|
||||||
|
- ClassySharkAndroid/app/src/main/java/com/google/classysharkandroid/activities/ClassesListActivity.java
|
||||||
|
- ClassySharkAndroid/app/src/main/java/com/google/classysharkandroid/dex/DexLoaderBuilder.java
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.0-2
|
||||||
|
CurrentVersionCode: 2
|
Loading…
Reference in a new issue