Describe the bug
When using the "cd" command to go to the results of "env" encounter error saying "Invalid path:"
To Reproduce
Steps to reproduce the behavior:
- Run command 'env'
- Run command 'cd from first command'
Expected behavior
Should go to the path instead of error
Evidence / Logs / Screenshots
Environment (please complete the following information):
- Device: iPhone SE
- iOS: 16.2
- Frida Version: 17.10.1
- Objection Version: 1.12.5
- JB: Dopamine 2 Rootless
Additional context
there is a work around, wherein you have to execute "cd ../../../../" to go to the root path and then execute the cd command in complete command.
Describe the bug
When using the "cd" command to go to the results of "env" encounter error saying "Invalid path:"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should go to the path instead of error
Evidence / Logs / Screenshots
Environment (please complete the following information):
Additional context
there is a work around, wherein you have to execute "cd ../../../../" to go to the root path and then execute the cd command in complete command.