appmon icon indicating copy to clipboard operation
appmon copied to clipboard

Problem attaching a process name with blanks

Open B4RD4k opened this issue 7 years ago • 0 comments

Hi,

My setup is: IOS 9.3.2 Appmon on Ubuntu

I have a process with a space his name for example "this is application name". The appmon failed to start and outputting this error:

[ERROR] unexpected error while probing dyld of target process Traceback (most recent call last): File "appmon.py", line 346, in init_session session = device.attach(arg_to_attach) File "/usr/local/lib/python2.7/dist-packages/frida/core.py", line 97, in attach return Session(self._impl.attach(self._pid_of(target))) NotSupportedError: unexpected error while probing dyld of target process

B4RD4k avatar Nov 08 '17 09:11 B4RD4k