Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)