-
Hi there,
I just installed frida and objection to try some iOS debugging. Unfortunately I only receive errors about closed connection and missing gadget.
I tried to google it and read all the doc…
-
I try to hook a objective-c method(`setIntegratedSteps`) in a class(`PARSPedometerInfo`) in an ios app,the method `setIntegratedSteps` in `ida pro` has below content:
```
void __cdecl -[PARSPedome…
-
Invoking e.g., `frida-trace` with `-f` raises a timeout error:
```
SpFailed to spawn: unexpectedly timed out while waiting for app to launch
```
The app is spawned successfully but resumes imm…
-
Hi,
we just repackaged an IPA and installed it via ios-deploy:
```
ios-deploy --bundle Payload/XXX.app -W -d
```
The app is starting on the non-jailbroken phone and objection is also identi…
-
-
Hi Objection team.
I am part of a team that is reverse engineering the DJI GO 4 IOS application. As part of that effort, we wanted to peek inside SSL traffic. Objection looked to fit our needs. How…
-
Hi,
I just wanted to ask what the current status or plans for iOS support are?
Are the official iOS test agents already running with this code, or with the old one?
Thanks for your work!
-
## ENV
Mac OS 10.11.6
iPhone 6s Jailbroken iOS 9.0
Frida 10.0.3
## Reproduction Steps
```
➜ appmon git:(master) ✗ git pull
Already up-to-date.
➜ appmon git:(master) ✗ intruder
➜ intr…
-
So I understand that not all callers of NSURLSession will have supplied Delegates, but if I wanted to sniff all SSL certs, shouldn't I be able to add my own delegate to all calls of sessionWithConfigu…
-
## Issue
### Expected behaviour
Cycript should be able to find the PID and attach to the process. i can see the PID and the process when i run this command on the device - 'ps ax | grep - i 'whasome.…