All Projects → CoderMJLee → Mjcript

CoderMJLee / Mjcript

Licence: mit
【越狱-逆向】基于Cycript实现的一些实用函数

Projects that are alternatives of or similar to Mjcript

Bleak
A Windows native DLL injection library that supports several methods of injection.
Stars: ✭ 547 (-10.03%)
Mutual labels:  reverse-engineering
Instagram
The first Instagram website and lightweight API HTTP client
Stars: ✭ 581 (-4.44%)
Mutual labels:  reverse-engineering
Goblin
An impish, cross-platform binary parsing crate, written in Rust
Stars: ✭ 591 (-2.8%)
Mutual labels:  reverse-engineering
Xanalyzer
xAnalyzer plugin for x64dbg
Stars: ✭ 553 (-9.05%)
Mutual labels:  reverse-engineering
The holy book of x86
A simple guide to x86 architecture, assembly, memory management, paging, segmentation, SMM, BIOS....
Stars: ✭ 577 (-5.1%)
Mutual labels:  reverse-engineering
Canalyzat0r
Security analysis toolkit for proprietary car protocols
Stars: ✭ 586 (-3.62%)
Mutual labels:  reverse-engineering
Steamtracking
🕵 Tracking things, so you don't have to
Stars: ✭ 542 (-10.86%)
Mutual labels:  reverse-engineering
Openwifipass
An open source implementation of Apple's Wi-Fi Password Sharing protocol in Python.
Stars: ✭ 607 (-0.16%)
Mutual labels:  reverse-engineering
Awesome Radare2
A curated list of awesome projects, articles and the other materials powered by Radare2
Stars: ✭ 580 (-4.61%)
Mutual labels:  reverse-engineering
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (-3.29%)
Mutual labels:  reverse-engineering
Whatsapp Web Reveng
Reverse engineering WhatsApp Web.
Stars: ✭ 5,320 (+775%)
Mutual labels:  reverse-engineering
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+803.29%)
Mutual labels:  reverse-engineering
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (-3.62%)
Mutual labels:  reverse-engineering
Tigress protection
Playing with the Tigress binary protection. Break some of its protections and solve some of its challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
Stars: ✭ 550 (-9.54%)
Mutual labels:  reverse-engineering
Ios Debug Hacks
🎯 Advanced debugging skills used in the iOS project development process, involves the dynamic debugging, static analysis and decompile of third-party libraries. iOS 项目开发过程中用到的高级调试技巧,涉及三方库动态调试、静态分析和反编译等领域
Stars: ✭ 595 (-2.14%)
Mutual labels:  reverse-engineering
Lazy importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Stars: ✭ 544 (-10.53%)
Mutual labels:  reverse-engineering
Netzob
Netzob: Protocol Reverse Engineering, Modeling and Fuzzing
Stars: ✭ 584 (-3.95%)
Mutual labels:  reverse-engineering
Reverse Engineering Reference Manual
collage of reverse engineering topics that I find interesting
Stars: ✭ 607 (-0.16%)
Mutual labels:  reverse-engineering
Jbytemod Beta
Java bytecode editor
Stars: ✭ 602 (-0.99%)
Mutual labels:  reverse-engineering
Anti Emulator
Android Anti-Emulator
Stars: ✭ 587 (-3.45%)
Mutual labels:  reverse-engineering

mjcript

  • 基于Cycript实现的一些实用函数

安装

1、下载mjcript库

2、将mjcript.cy文件拖到/usr/lib/cycript0.9

3、SSH连接iOS设备

4、使用Cycript监听APP,通过@import导入mjcript

用法

一些常用属性

 

拿到显示在最前面的控制器

 

 

获得某个类的对象方法名列表,支持正则表达式查询

 

更多用法,可以打开mjcript.cy文件

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