donaldhu / xc-auto-monkeyLinks
Blazingly fast monkey to stress test your iOS application
☆22Updated 7 years ago
Alternatives and similar repositories for xc-auto-monkey
Users that are interested in xc-auto-monkey are comparing it to the libraries listed below
Sorting:
- Generating UI test label automatically for iOS.☆350Updated 5 years ago
- 真机桌面级调试工具。拥有实时阅读API日志、系统日志,自动化捕获崩溃、App性能分析、野指针排查、内存泄漏与循环引用检测等多项真机调试必备功能。☆132Updated last year
- iOS APP分析无用代码(A source-code level/Clang Approach)☆235Updated 6 years ago
- 😈Scripts or demo projects on iOS development or reverse engineering☆318Updated 5 years ago
- iOS platform tool, watch UI thread, report slow call stack.☆308Updated 8 years ago
- A collection of code for profiling iOS app, such as monitoring FPS.☆328Updated 8 years ago
- 一个根据linkMap文件计算Xcode里各个工程代码占安装包大小的工具☆132Updated 6 years ago
- Assistive Button imitate the iOS system AssistiveTouch☆114Updated 3 years ago
- iOS APP API有效性检查(A clang approach)☆63Updated 8 years ago
- scan iOS private api☆176Updated 9 years ago
- svn support for cocoapods spec-repos☆85Updated 8 years ago
- A Xcode plugin for generate Objectice-C code.☆70Updated 6 years ago
- ☆146Updated 7 years ago
- 可对 Xcode 项目工程所有的 objective-c 文件内包含的明文进行加密混淆,提高逆向分析难度。☆158Updated 6 years ago
- Yet Another Mach-O Unused ObjC Selector/Class/Protocol Detector. 检测ObjC无用方法、无用类、无用协议。☆174Updated 3 years ago
- 通过Mach-O文件NonlazyClassList构建动态库进行iOS load方法耗时检测☆198Updated 6 years ago
- A macOS tool help you handling project.pbxproj files. Written in Swift 5!☆485Updated 4 years ago
- 用起来很像performselector,但是完全没有参数个数限制,以及参数id类型限制,(任意类型 struct int bool),功能上很像运行时Objc_msgSend,但是在64位上无需强制类型转换,可以直接输入参数☆210Updated 6 years ago
- UIDeviceHardware is a class which allows querying of the current users device, and returns a human formatted string.☆243Updated last year
- iOS App获取唯一标识符方案☆281Updated 7 years ago
- 使用clang插件完成iOS代码风格检查。☆95Updated 8 years ago
- 用 Swift 编写的工程代码静态分析命令行工具 smck☆102Updated 7 years ago
- An open source SafeKit for iOS . Never never crash.☆359Updated 6 years ago
- Library for replacing part/all HTTP response based on Nocilla.☆476Updated 8 years ago
- 不需要越狱,调用私有方法,获取 完整的已安装应用列表、打开和删除应用操作、应用运行时相关信息的查看。☆315Updated 7 years ago
- Can be compiled and debugged Apple Inc open source project - objc4☆173Updated 8 years ago
- Series of tools to help you find and debug objects that are leaking / over-released in your iOS apps.☆364Updated 10 years ago
- NSRunLoop Reactor Style Implementation: Using BSD kqueue implements iOS/Mac NSRunLoop and RunLoop-Relative Foundation such as perform sel…