Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upbit/iotrackeronweb
An HTTP/File I/O tracker tweak for iOS. Just inject the dylib to target App and view log on http://iPhone.local:8080
https://github.com/upbit/iotrackeronweb
theos tweak
Last synced: about 2 months ago
JSON representation
An HTTP/File I/O tracker tweak for iOS. Just inject the dylib to target App and view log on http://iPhone.local:8080
- Host: GitHub
- URL: https://github.com/upbit/iotrackeronweb
- Owner: upbit
- License: apache-2.0
- Created: 2014-11-24T09:27:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T13:43:08.000Z (about 10 years ago)
- Last Synced: 2024-10-31T21:35:17.583Z (2 months ago)
- Topics: theos, tweak
- Language: Objective-C
- Size: 591 KB
- Stars: 50
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IOTrackerOnWeb
==============An HTTP/File I/O tracker tweak for iOS. Just inject the dylib to target App and view log on http://iPhone.local:8080
# How to Build
~~~sh
# make libCocoaHTTPServer.a
cd CocoaHTTPServer/
make && make headers
cd ..# make tweak
make clean package
make install #THEOS_DEVICE_IP=iPhone.local
~~~# Usage
Change [IOTracker.plist](https://github.com/upbit/IOTrackerOnWeb/blob/master/IOTracker.plist) for Tweak inject process.
IOTracker will listen on 8080, so access `http://:8080` in Chrome:
![screenshot](https://raw.github.com/upbit/IOTrackerOnWeb/master/screenshot.png)