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 1 year 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T13:43:08.000Z (over 11 years ago)
- Last Synced: 2025-03-27T07:47:51.161Z (about 1 year ago)
- Topics: theos, tweak
- Language: Objective-C
- Size: 591 KB
- Stars: 53
- Watchers: 4
- Forks: 19
- 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:
