Skip to content

ChiChou/vscode-frida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

471b324 · Dec 9, 2024
Dec 9, 2024
Dec 25, 2023
Oct 26, 2024
Oct 27, 2024
May 8, 2023
Nov 5, 2024
Dec 17, 2023
Jan 21, 2020
Jul 14, 2021
Nov 2, 2024
Aug 6, 2022
Nov 2, 2024
Jul 18, 2020
Nov 2, 2024
Nov 2, 2024
Nov 2, 2024
Dec 23, 2019
Jan 10, 2020

Repository files navigation

vscode-frida

Unofficial frida workbench for VSCode

Prerequisites

  • libimobiledevices (for inetcat command)
  • Python >= 3.7
  • pip3 install -U frida-tools If you have more than one python3 in your path, you need to config the python path in settings
  • iTunes on Windows

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

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