https://github.com/nsecho/fnoios
Redirect spawned iOS application stdout and stderr to pty
https://github.com/nsecho/fnoios
frida golang ios reverse-engineering
Last synced: 11 months ago
JSON representation
Redirect spawned iOS application stdout and stderr to pty
- Host: GitHub
- URL: https://github.com/nsecho/fnoios
- Owner: NSEcho
- License: mit
- Created: 2023-12-24T21:16:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T21:05:37.000Z (about 1 year ago)
- Last Synced: 2025-03-24T03:04:12.530Z (about 1 year ago)
- Topics: frida, golang, ios, reverse-engineering
- Language: Go
- Homepage:
- Size: 1.7 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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_
```bash
$ go install github.com/nsecho/fnoios@latest
```
_Manually_
```bash
iOS read output
Usage:
fnoios [app] [flags]
Flags:
-h, --help help for fnoios
```
