danlee2025 / mixplaintextLinks
可对 Xcode 项目工程所有的 objective-c 文件内包含的明文进行加密混淆,提高逆向分析难度。
☆158Updated 6 years ago
Alternatives and similar repositories for mixplaintext
Users that are interested in mixplaintext are comparing it to the libraries listed below
Sorting:
- ZMConfuse 是一个命令行脚本。用于对使用Objective-C为开发语言的应用进行代码混淆。混淆的内容包括文件名、类名、协议名、属性名、函数名。☆174Updated 9 years ago
- 用起来很像performselector,但是完全没有参数个数限制,以及参数id类型限制,(任意类型 struct int bool),功能上很像运行时Objc_msgSend,但是在64位上无需强制类型转换,可以直接输入参数☆210Updated 6 years ago
- A runtime block hook mechanism(一个运行时的 block hook 机制)。☆121Updated 4 years ago
- Scripts for resign iOS App☆150Updated 9 years ago
- QiLagMonitor is an iOS performance detection tool, which can monitor method time and method call stack through hook objc_msgsend.☆134Updated last year
- FishBind可以轻松的实现对象间消息的绑定。支持绑定属性、方法、block。支持单向绑定&