Git Product home page Git Product logo

vscode-frida's Introduction

vscode-frida

Unofficial frida workbench for VSCode

Prerequisites

  • 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
  • nodejs and npm install -g fruity-frida (optional, for lldb related features)
  • iTunes on Windows

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

You only need to install fruity-frida for iOS specific features, like lldb debugging and remote shell. For more information, please refer to fruity-frida.

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 requires fruity-frida to be installed.

Todo

  • More Android features
  • More mobile security terminal tools intergration

Release Note:

Please refer to CHANGELOG

vscode-frida's People

Contributors

0x79h avatar chichou avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vscode-frida's Issues

不显示越狱应用

这安装完什么都没有, 已经链接越狱设备了, ssh 手机 和 电脑都配置了, 电脑是M1
image

感觉存在bug,但是未定位出问题

环境:
已经安装了 frida-tool,python3,越狱手机也装了frida-server
frida-ps -U 可以正常显示

但是vscode里面。还是显示 ‘unable to connect to remote frida-server’

截屏2021-03-19 下午2 56 24
截屏2021-03-19 下午2 56 40

远程到手机,查看进程server应该是正常的。不清楚这个扩展那里有问题。

can't dump ipa

can't dump ipa
FoulDecrypt running: Creating bundle archive

I have install fouldecrypt and zip on iPhone , have config .sshh

after read document, I doubt that I don't execute "Install FoulDecrypt " command.

where to execute the command ?

USB Device not found

When I click on the attach button of one of the processes from the process list, it says that the device is not found.

image

image

When I manually enter the above command at the command line with
with the -U option, it works fine.

Extension crashes without python3 alias

execFile('python3', [py, ...args], {}, (err, stdout, stderr) => {

On my Windows machine I install and run frida through python, and python3 does not exist on my machine. This makes the extension crash when trying to view the Frida Utilities pane and produces an ENOENT error.

Suggestion: maybe also try to run python with python?

Exited with 255

Error: Failed to execute driver, arguments: apps 9dd0b5ddc12a2bb1236191c5db5d8c849facbab4
enumerate_applications() got an unexpected keyword argument 'scope'

Exited with 255

Unable to establish SSH connection to device: FoulDecrypt

I am attempting to use FoulDecrypt to decrypt applications, but keep getting refused through ssh

I have FoulDecrypt, Zip, and OpenSSH installed on my iPhone

Should I generate an SSH key on my iPhone or my Mac? Where do I put this SSH key?

怎么突用不了?

之前好好的,后面不知是不是更新了系统. 现在一直卡在: FoulDecrypt running: Creating bundle archive.

Frida: Get typing hint for frida Command Error (Cannot create process, error code : 193)

The terminal process failed to launch: A native exception occurred during launch (Cannot create process, error code: 193).
image

I solved it by changing this code :
from \codecolorist.vscode-frida-0.7.0\out\commands\typing.js :

function npmInstall() {
    const name = `npm`;
    const shellPath = 'npm';

...

that

function npmInstall() {
    const name = `npm`;
    const shellPath = 'npm.cmd';

...

any other solution ?

运行命令 frida.external.flexdecrypt 错误

使用flexdecrypt时报错:
运行命令 frida.external.flexdecrypt 错误: connect ECONNREFUSED 127.0.0.1:51779。这可能是由提交 frida.external.flexdecrypt 的扩展引起的。

原来是正常使用的,更新最新版之后就报错

Create agent command uses wrong args

the command being executed is:

$ python -m frida_tools.creator agent

i'm running frida 15.2.2 and it should be:

$ python -m frida_tools.creator -t agent

Debug with lldb failure

when I already install fruity-frida,and in itrem2 can use command —— ios-debug

but in vscode, Running 『debug with lldb』 will result in an error —— Command not found: ios-debug

Terminal process start failed: the path to the shell executable "ios-debug" does not exist.

How to configure the path of python?

hi,ChiChou.
I tried to connect to my wsa environment, but he prompted "the specified GDB remote stub cannot be reached: Could not connect to 127.0.0.1: ����Ŀ�����������ܾ����޷����ӡ�"
I suspect it was due to an incorrect configuration of my Python path,how to configure it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.