Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 589 Bytes

fnoios

fnoios (Frida No ios-deploy) is a Frida based tool that reads from FDs (stdout, stderr and other open FDs) from specific iOS application. In situations where you would like to see what the app logs but you cannot spawn the application with ios-deploy you can utilize this. You need to have frida-devkit installed previously.

Installation

Using go install

$ go install github.com/nsecho/fnoios@latest

Manually

iOS read output

Usage:
  fnoios [app] [flags]

Flags:
  -h, --help   help for fnoios

Running on Telegram