All Projects → CoderMJLee → Mjapptools

CoderMJLee / Mjapptools

Licence: mit
【越狱-逆向】处理iOS APP信息的命令行工具

Projects that are alternatives of or similar to Mjapptools

Dji Firmware Tools
Tools for handling firmwares of DJI products, with focus on quadcopters.
Stars: ✭ 424 (-11.48%)
Mutual labels:  reverse-engineering
Project Restoration
A Majora's Mask 3D patch that restores some mechanics from the original game to get the best of both worlds
Stars: ✭ 448 (-6.47%)
Mutual labels:  reverse-engineering
Kam1n0 Community
The Kam1n0 Assembly Analysis Platform
Stars: ✭ 467 (-2.51%)
Mutual labels:  reverse-engineering
Redriver2
Driver 2 Playstation game reverse engineering effort
Stars: ✭ 426 (-11.06%)
Mutual labels:  reverse-engineering
Reverse Engineering Tutorials
Reverse Engineering Tutorials
Stars: ✭ 438 (-8.56%)
Mutual labels:  reverse-engineering
Hookcase
Tool for reverse engineering macOS/OS X
Stars: ✭ 452 (-5.64%)
Mutual labels:  reverse-engineering
Debundle
🗃 A javascript debundler. Takes a Browserify or Webpack bundle and recreates the initial, pre-bundled source.
Stars: ✭ 420 (-12.32%)
Mutual labels:  reverse-engineering
Pokeruby
Decompilation of Pokémon Ruby/Sapphire
Stars: ✭ 476 (-0.63%)
Mutual labels:  reverse-engineering
Nintendoswitchrestapi
Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
Stars: ✭ 439 (-8.35%)
Mutual labels:  reverse-engineering
Geacon
Practice Go programming and implement CobaltStrike's Beacon in Go
Stars: ✭ 460 (-3.97%)
Mutual labels:  reverse-engineering
Subaru Starlink Research
Subaru StarLink persistent root code execution.
Stars: ✭ 432 (-9.81%)
Mutual labels:  reverse-engineering
Pixd
🔍 Colourful visualization tool for binary files
Stars: ✭ 438 (-8.56%)
Mutual labels:  reverse-engineering
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (-5.64%)
Mutual labels:  reverse-engineering
Pev
The PE file analysis toolkit
Stars: ✭ 422 (-11.9%)
Mutual labels:  reverse-engineering
Stringsifter
A machine learning tool that ranks strings based on their relevance for malware analysis.
Stars: ✭ 469 (-2.09%)
Mutual labels:  reverse-engineering
Security Notes
📓 Some security related notes
Stars: ✭ 422 (-11.9%)
Mutual labels:  reverse-engineering
Unicorn
Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, X86)
Stars: ✭ 4,934 (+930.06%)
Mutual labels:  reverse-engineering
Sark
IDAPython Made Easy
Stars: ✭ 477 (-0.42%)
Mutual labels:  reverse-engineering
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (-1.88%)
Mutual labels:  reverse-engineering
Ksdumper
Dumping processes using the power of kernel space !
Stars: ✭ 454 (-5.22%)
Mutual labels:  reverse-engineering

MJAppTools

处理iOS APP信息的命令行工具

目前已有的功能

  • 正则搜索
    • 列出用户安装的所有应用
    • 列出用户安装的所有加壳应用
    • 列出用户安装的所有未加壳应用
    • 列出系统的应用
  • 应用信息
    • 应用名称
    • Bundle Identifier
    • Bundle URL(Main Bundle)
    • Data URL(Sandbox)
    • 架构信息(Architecture)
      • 架构名称(Architecture Name)
      • 加壳信息(Cryptid)

安装

1、下载MJAppTools项目

2、编译

  • make(或者用Xcode打开项目Command+B编译一下)

  • 生成命令行工具

3、将命令行工具存放到手机的/usr/bin目录

4、在手机上设置可执行权限

chmod +x /usr/bin/MJAppTools

5、开始使用MJAppTools

用法

搜索用户安装的所有应用

搜索系统的应用

支持正则搜索

  • 搜索名称

  • 搜索ID

  • 搜索路径

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