codecolorist
codecolorist
AttributeError 是 frida-tools 自己的 bug,在新版本发布之前可以自己找到 frida-tools 的安装路径按照这里修改 https://github.com/frida/frida-tools/pull/113/files
Yes you need `ssh-copy-id`. I need to improve the experience of this part a bit https://github.com/ChiChou/vscode-frida/issues/24#issuecomment-1047752480
> I have found the Install SSH Public Key command on the VSCode extension, pushed the id_rsa file to my iPhone, but I still cannot run establish an SSH connection....
Dropbear is the default SSH server on some jailbreaks (e.g. checkra1n). You need to install OpenSSH from Cydia if that’s the case
> I can connect through opening a shell through the extension You meant opening SSH shell?
> Odysseyra1n. I'm using openssh on port 22. I have authorized keys so I can ssh into my phone from my mac and vice versa. But this VSCode extension refuses...
Could be something wrong with `iproxy` command line interface. I use pure python implementation (which is much slower of course) in the latest release
Yep. I am still thinking about the best way to intergrate javascript editor to frida REPL
Something like Jupyter Notebook, maybe
Besides I'm about to intergrate my project [Grapefruit](https://github.com/chichou/grapefruit) via WebView