Unofficial frida workbench for VSCode
- Python >= 3.7
pip3 install -U frida-tools
(If you have more than one python3 in your path, you should config the python path with this pip3 in settings.)- iproxy * (For Windows build, see https://github.com/libimobiledevice-win32/imobiledevice-net/releases)
- SSH client (
ssh
command) * - iTunes on Windows
[*] Optional. Only some of the functionalities rely on it
FoulDecrypt depends on SSH. You need to generate a public key before using it.
User friendly UI
Now supports both iOS syslog and Android logcat!
- Objection Runtime Mobile Exploration
Open and activate an REPL at the bottom. Use the "frida" button at the top of any active js
/ typescript
document, it will send the code to the active REPL.
FoulDecrypt by NyaMisty is based on FlexDecrypt but with bug fixes. Also there is no unnessary swift code base at all, making the package extremely slim. It almost act like a static decryptor, without running the actual app. So you don't have to worry about jailbreak detection or abnormal crash.
This shortcut requires zip
and fouldecrypt
to be installed on iDevice. You need to run Install FoulDecrypt command before the first use.
For Android devices, Open Shell is simply a wrapper for adb shell
. iOS requires libimobiledevice. This command will automatically launch iproxy
at the background and then give you a shell.
There's also a shortcut for copying SSH public key to jailbroken iDevice.
All the SSH related commands take port 22 as the default port. If you are on chekra1n
jailbreak, please install OpenSSH on your device.
- Handle device connection and disconnection. Support remote TCP
- More Android features
- More mobile security terminal tools intergration
Please refer to CHANGELOG