fangshufeng / MachOView
分析Macho必备工具
☆990Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for MachOView
- 《iOS应用逆向与安全》随书源码☆548Updated 6 years ago
- 【越狱-逆向】基于Cycript实现的一些实用函数☆720Updated 6 years ago
- A reverse engineering tool to restore stripped symbol table for iOS app.☆1,311Updated 4 years ago
- Hook Objective-C blocks. A powerful AOP tool.☆844Updated 9 months ago
- Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.☆663Updated 2 months ago
- 🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!☆1,010Updated last year
- 【iOS应用安全、安全攻防】hook及越狱的基本防护与检测(动态库注入检测、hook检测与防护、越狱检测、签名校验、汇编分析、IDA反编译分析加密协议Demo);【数据传输安全】浅谈http、https与数据加密☆437Updated 2 years ago
- 【越狱-逆向】处理iOS APP信息的命令行工具☆589Updated 4 years ago
- 一个用于代码混淆和字符串加密的Mac小Demo☆588Updated 4 years ago
- A crash log symbolicating Mac app | 一个图形化的崩溃日志符号化工具☆594Updated last year
- 热修复、热更新、JS代码动态下发、动态创建类☆570Updated last year
- objc_msgSend之精简且完整的hook核心功能,并且还有详细注释☆489Updated 2 years ago
- 🔎 iOS 源码探求系列☆916Updated 6 years ago
- A safe and influence-restricted method hooking for both Objective-C and Swift.☆453Updated 4 years ago
- ios平台网络诊断SDK,支持对ip和域名的ping,traceroute(udp,icmp协议),支持tcp ping, 端口扫描,nslookup,局域网活跃ip扫描等功能-----------Ios platform network diagnostic SDK, s…☆555Updated 3 years ago
- 动态执行Objective-C. A tiny JIT Interpreter of Objective-C, dynamically run your code like eval().