dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.56k stars 276 forks source link

Problem attaching a process name with blanks #62

Open B4RD4k opened 6 years ago

B4RD4k commented 6 years ago

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