icoco

Results 30 comments of icoco

use hypno, also `sudo pip install hypno` success , run command bellow ``` sudo hypno 7004 "import os; print('Hello again from', os.getpid())" ``` but throw error bellows: ``` raise exception_cls(func.__name__,...

try ``` sudo hypno 68523 "import os; print('Hello again from', os.getpid())" ``` throw ``` raise exception_cls(func.__name__, ret, libinjector.injector_error()) pyinjector.api.MacUnknownInjectorError: injector_attach returned -1: TASK_FOR_PID error : (os/kern) failure ``` and ps...

it work under virtualenv, so '/py/Inject/env/bin/Python' accurate point to the inner python of xcode ` /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python /py/Inject/app/test.py `

it works, cause different python was installed on the computer, thanks for your time !

> > it works, cause different python was installed on the computer, thanks for your time ! > > I think I experience the same problem with my M1 Mac,...

if many customer , need the same feature dashboard , how to create one that works for different customer ?

eg: customer A and B , all need see own devices list, above solution seem need create two dashboard for different customers, possible create one then match to current login...

well got it, should use 'Type Current User Owner' , 👍

simply/ugly put to window.xxx = your data, or more complex/graceful use Broadcast Service

PE 版本 安装自定extension , 怎样?