skram / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

# 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 for Tweak inject process.

IOTracker will listen on 8080, so access http://<ip_address>:8080 in Chrome:

screenshot

About

An HTTP/File I/O tracker tweak for iOS. Just inject the dylib to target App and view log on http://iPhone.local:8080

License:Apache License 2.0


Languages

Language:Objective-C 93.3%Language:Logos 2.3%Language:HTML 1.8%Language:C 1.4%Language:JavaScript 0.6%Language:Makefile 0.5%