All Projects → ChiChou → Vscode Frida

ChiChou / Vscode Frida

Unofficial frida extension for VSCode

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Frida

Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+389.14%)
Mutual labels:  mobile-security, reverse-engineering
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+131.67%)
Mutual labels:  mobile-security, reverse-engineering
Androl4b
A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
Stars: ✭ 908 (+310.86%)
Mutual labels:  mobile-security, reverse-engineering
Appmon
Documentation:
Stars: ✭ 1,157 (+423.53%)
Mutual labels:  mobile-security, reverse-engineering
Rms Runtime Mobile Security
Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
Stars: ✭ 1,194 (+440.27%)
Mutual labels:  mobile-security, reverse-engineering
Iosreextension
A fast and elegant extension for VSCode used for iOSre projects.
Stars: ✭ 139 (-37.1%)
Mutual labels:  mobile-security, reverse-engineering
Awesome Mobile Security
An effort to build a single place for all useful android and iOS security related stuff. All references and tools belong to their respective owners. I'm just maintaining it.
Stars: ✭ 1,837 (+731.22%)
Mutual labels:  mobile-security, reverse-engineering
Apkleaks
Scanning APK file for URIs, endpoints & secrets.
Stars: ✭ 2,707 (+1124.89%)
Mutual labels:  mobile-security, reverse-engineering
Game Hacking
Tutorials, tools, and more as related to reverse engineering video games.
Stars: ✭ 2,824 (+1177.83%)
Mutual labels:  reverse-engineering
Koro1fileheader
VSCode插件:自动生成,自动更新VSCode文件头部注释, 自动生成函数注释并支持提取函数参数,支持所有主流语言,文档齐全,使用简单,配置灵活方便,持续维护多年。
Stars: ✭ 3,137 (+1319.46%)
Mutual labels:  vscode
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (-4.98%)
Mutual labels:  reverse-engineering
Theos Jailed
A Theos module to develop jailed tweaks for iOS 8 and up
Stars: ✭ 214 (-3.17%)
Mutual labels:  reverse-engineering
Pokegold
Disassembly of Pokémon Gold/Silver
Stars: ✭ 215 (-2.71%)
Mutual labels:  reverse-engineering
Svelte Vscode
Svelte language support for VS Code
Stars: ✭ 211 (-4.52%)
Mutual labels:  vscode
Vscode Element Helper
VSCode-Element-Helper is a VS Code package for Element-UI.
Stars: ✭ 221 (+0%)
Mutual labels:  vscode
Vscode Vim
vim emulator for Visual Studio Code
Stars: ✭ 209 (-5.43%)
Mutual labels:  vscode
Vscode Sublime Keybindings
Sublime Text Keymap extension for VS Code
Stars: ✭ 208 (-5.88%)
Mutual labels:  vscode
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (+0.45%)
Mutual labels:  vscode
Neteasemusiccrack
iOS网易云音乐 免VIP下载、去广告、去更新 无需越狱...
Stars: ✭ 221 (+0%)
Mutual labels:  reverse-engineering
Coc Java
Java extension for coc.nvim
Stars: ✭ 215 (-2.71%)
Mutual labels:  vscode

vscode-frida

Unofficial frida workbench for VSCode

Prerequisites

[*] Optional. Only some of the functionalities rely on it

FlexDecrypt depends on SSH. You need to generate a public key before using it.

Features

demo

Target Selector

User friendly UI

Clone Boilerplate

@oleavr has made two boilerplates so you can code in TypeScript!

  • Frida Boilerplate: Clone TypeScript Agent Example
  • Frida Boilerplate: Clone TypeScript Module Example

Clong Boilerplate from GitHub

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.

FlexDecrypt

FlexDecrypt

FlexDecrypt seems to be the best app decryptor so far. 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. The only problem is that is not so user-friendly, so I intergrated it and even replaced my own tool.

This shortcut requires zip and flexdecrypt to be installed on iDevice. You need to run Install FlexDecrypt command before the first use.

Shell

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.

Todo

  • Handle device connection and disconnection. Support remote TCP
  • More Android features
  • More mobile security terminal tools intergration

Release Note:

Please refer to CHANGELOG

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].