https://github.com/trackercontrol/tracker-control-ios
TrackerControl iOS: analysis trackers in apps.
https://github.com/trackercontrol/tracker-control-ios
ios privacy
Last synced: 9 months ago
JSON representation
TrackerControl iOS: analysis trackers in apps.
- Host: GitHub
- URL: https://github.com/trackercontrol/tracker-control-ios
- Owner: TrackerControl
- License: agpl-3.0
- Created: 2023-02-21T14:09:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T08:08:23.000Z (9 months ago)
- Last Synced: 2025-05-11T09:20:43.949Z (9 months ago)
- Topics: ios, privacy
- Language: JavaScript
- Homepage: https://ios.trackercontrol.org
- Size: 457 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrackerControl for iOS
This repository provides the code for a tracker analysis tool for iOS. It is inspired by the existing [TrackerControl app for Android](https://trackercontrol.org).
## Getting started
Start the server with `npm run watch` (during development) or `npm run start` (for production).
You also need to set up a server to run the script `analyser/processQueue.sh`. This server, in turn, will need to be connected to a jailbroken iPhone that runs Frida. The iPhone should be configured such that the display is always on.
## Credits
- Oxford SOCIAM Project:
- PlatformControl:
- Exodus Privacy:
- frida-ios-hook: