All Projects → Co2333 → Iosreextension

Co2333 / Iosreextension

Licence: apache-2.0
A fast and elegant extension for VSCode used for iOSre projects.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Iosreextension

Vscode Frida
Unofficial frida extension for VSCode
Stars: ✭ 221 (+58.99%)
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 (+268.35%)
Mutual labels:  mobile-security, reverse-engineering
Apkleaks
Scanning APK file for URIs, endpoints & secrets.
Stars: ✭ 2,707 (+1847.48%)
Mutual labels:  mobile-security, reverse-engineering
Androl4b
A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
Stars: ✭ 908 (+553.24%)
Mutual labels:  mobile-security, reverse-engineering
Appmon
Documentation:
Stars: ✭ 1,157 (+732.37%)
Mutual labels:  mobile-security, reverse-engineering
Iostrace
alternative strace for iOS device(64bit) on frida
Stars: ✭ 84 (-39.57%)
Mutual labels:  jailbreak, reverse-engineering
Subaru Starlink Research
Subaru StarLink persistent root code execution.
Stars: ✭ 432 (+210.79%)
Mutual labels:  jailbreak, reverse-engineering
Frida Snippets
Hand-crafted Frida examples
Stars: ✭ 1,081 (+677.7%)
Mutual labels:  mobile-security, reverse-engineering
Wechatpri
个人版微信
Stars: ✭ 59 (-57.55%)
Mutual labels:  jailbreak, 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 (+758.99%)
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 (+1221.58%)
Mutual labels:  mobile-security, reverse-engineering
Vscode Coding Tracker
🕙 A coding activities tracker(time, file, type)
Stars: ✭ 137 (-1.44%)
Mutual labels:  vscode-extension
Awesome Csirt
Awesome CSIRT is an curated list of links and resources in security and CSIRT daily activities.
Stars: ✭ 132 (-5.04%)
Mutual labels:  reverse-engineering
Vscode Auto Close Tag
Auto Close Tag for Visual Studio Code
Stars: ✭ 132 (-5.04%)
Mutual labels:  vscode-extension
Vscode Swift
An extension for VS Code which provides support for the Swift language.
Stars: ✭ 132 (-5.04%)
Mutual labels:  vscode-extension
Vscoq
A Visual Studio Code extension for Coq [[email protected],@fakusb]
Stars: ✭ 138 (-0.72%)
Mutual labels:  vscode-extension
Vscode Swift Development Environment
New home of Swift Development Environment for VS Code
Stars: ✭ 137 (-1.44%)
Mutual labels:  vscode-extension
Advpl Vscode
Suporte para Advpl no VsCode
Stars: ✭ 132 (-5.04%)
Mutual labels:  vscode-extension
Mazewalker
Toolkit for enriching and speeding up static malware analysis
Stars: ✭ 132 (-5.04%)
Mutual labels:  reverse-engineering
Vscode Neovim
VSCode Neovim Integration
Stars: ✭ 2,474 (+1679.86%)
Mutual labels:  vscode-extension

iOSreExtension

A fast and elegant extension for VSCode used for iOSre projects.

PRs Welcome Platform

Open In VSC Market Place

Recommended Packages to Install with

Contributor

Contributor in this project may not show in commit history due to sync with my private GitLab instance for CI/CD operations, but will be listed here.

Features

A powerfull tool for iOSre projects, but must be some tall to ride or you will panic your device running some you dont know shell command. With great power comes great responsibility, just like what we are doing with root/kernel permission. If you really did to panic your deivce, 🎉, navigate to issue tab and lets have a talk.

Hi

  • [x] Multiple iOS device management
  • [x] Save device configurations
  • [x] Applications management - launch, debug, decrypt...
  • [x] Obtain applications information
  • [x] Remote file management over SSH
  • [x] Remote file editing
  • [x] Some useful tools like copy device information, install deb packages...

Requirements

There are some tools that you need to install on your own listed below. Again, must be some tall to ride 🐎.

  • Xcode command line tools (Swift runtime and developer image is required)
  • Frida (both on macOS with pip & iOS with deb package from build.frida.re)
  • NEWEST libimobiledevice, iproxy (installed with brew from source)
  • sshpass
  • node js and bagbak (make sure to upgrade to newest version Learn More)
  • python3 and pip3 with requirements located at requirements.txt

Command line tips are below, remember to download requirements.txt and install Xcode CLI on your own.

  • brew uninstall --ignore-dependencies libimobiledevice usbmuxd
  • brew install -v --HEAD --build-from-source usbmuxd libimobiledevice
  • brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
  • pip3 install -r ./requirements.txt
  • brew install nodejs && npm install -g bagbak

If you failed to build libimobiledevice or usbmuxd, try to reinstall libplist from source. Learn More

  • git clone https://github.com/libimobiledevice/libplist.git
  • cd libplist
  • ./autogen.sh --prefix=/opt/local --without-cython
  • make && sudo make install

To build libplist, you may want to install Xcode CommandLine Tool first along with some pre-requirements.

-> If you want to develop this extension, clone to somewhere else then ~/.vscode otherwise it would be replaced by VSC market place automatically and our binpack would be messed.

Extension Settings

There should be none confuguration hiding away from GUI so go and select that camera then you will find out.

Road Maps

Check out our GitHub Project page for help-wanted features.

2020-05-20 Lakr Aream

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].