sreejitkar / ios_instruments_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios_instruments_client

This is a command-line tool that can communicate with the iOS Instruments Server.

It was inspired by my work on the dtxmsg IDA plugin.

The app is implemented in C++. It should build/run on any recent version of OSX, and it can work with any recent version of iOS.

build

$ make

run

$ ./ios_instruments_client -h

About

License:MIT License


Languages

Language:C++ 95.9%Language:Objective-C 2.3%Language:Makefile 1.8%