oleavr / process-inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

process-inspector

Tool for inspecting processes, with Frida-aware backtraces. Only supports iOS for now.

Building

First build Gum for iOS, and enter the build environment:

$ cd ~/src/frida
$ make gum-ios
$ . build/frida-env-ios-arm64.rc

Then bootstrap the build system:

$ cd ~/src/process-inspector
$ ~/src/frida/releng/meson/meson.py setup --cross-file ~/src/frida/build/frida-ios-arm64.txt build

Build and copy to iOS device:

$ ~/src/frida/releng/meson/meson.py compile -C build
$ scp build/src/pinspect iphone:/usr/local/bin/pinspect

About

License:MIT License


Languages

Language:Vala 81.0%Language:Meson 9.2%Language:Shell 5.5%Language:Makefile 2.3%Language:C 1.9%