8000 GitHub - ChiChou/vscode-frida: Unofficial frida extension for VSCode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ChiChou/vscode-frida

Repository files navigation

vscode-frida

Unofficial frida workbench for VSCode

Prerequisites

  • libimobiledevices (for inetcat command)
  • Python >= 3.7
  • frida-tools python package
  • iTunes on Windows

If you are on Windows, you need to keep iTunes open in order to interact with iOS devices via USB.

Install frida-tools

Because of PEP0668, you might encounter error when pip3 install frida-tools globally.

The recommended way is to open a folder (workspace) in VSCode, then create and activate a virtual environment using python extension. In this case, the extension will pick your current active python venv to load frida commands.

Or you can use package manager like pipx or UV to install it to $PATH, meanwhile keeping it isolated.

Features

demo

Target Selector

User friendly UI

Debug Log

Now supports both iOS syslog and Android logcat!

Debug Log

Download and Apply frida-gum Typing Info

Typing

Objection

Javascript REPL shortcut

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.

Shell

For Android devices, Open Shell is simply a wrapper for adb shell.

For iOS it gives a SSH shell. It might ask for credentials depending on your setup.

Todo

  • More Android features
  • More mobile security terminal tools intergration

Contributors

Sponsor this project

 

Contributors 3

  •  
  •  
  •  
0