re-ios
Related Servers
Alternatives to re-ios
No user-submitted related servers found.
Related Servers
- FlicenseBqualityBmaintenanceMCP server for iOS Frida exploration enabling app control, UI interaction, and media import via spawn sessions on jailbroken devices.531022-
- AlicenseCqualityCmaintenanceA Frida MCP server for authorized dynamic analysis and application security research, exposing device/session management, script injection, process and memory inspection, and platform-specific workflows.1002MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for attaching Frida-based network/traffic interceptors (TCP/UDP/TLS) to any application. Enables intercepting plaintext TLS traffic, listing processes, attaching hooks, and searching captured payloads via 15 MCP tools.GPL 3.0
- AlicenseNot gradedqualityAmaintenanceMCP server that enables agents to reverse engineer applications, from high-level behavior down to native binaries, using tools like Hopper and Ghidra.66401MIT
- AlicenseCqualityAmaintenanceMCP Server for automated reverse engineering with IDA Pro.4311,870MIT
- AlicenseBqualityFmaintenanceMCP server for reverse engineering that enables interaction with IDA Pro for analysis tasks such as decompilation, disassembly, and memory engagement reports.2446MIT
TDQS
Scored across 32 tools
Most tools have clear distinct purposes, but there is some overlap: three tools for checking encryption (check_encryption, check_macho_encryption, dynamic_check_cryptid) with subtle differences, and analyze_macho_objc/analyze_macho_objc_deep are nearly identical. Descriptions help differentiate but boundaries could be clearer.
Tools follow a mostly consistent verb_noun snake_case pattern (e.g., analyze_, check_, dynamic_, frida_). However, there are deviations like 'trollstore_guide' (noun_noun), 'run_skill_pipeline' (verb_verb_noun?), and some mixing of prefixes (e.g., dynamic_check vs check). Overall decent but not perfectly uniform.
With 32 tools, the server is on the heavier side. While the domain of iOS reverse engineering is broad and warrants many tools, some functionality is duplicated (e.g., three encryption checks) and a few tools could be merged. The count is reasonable but borderline high.
The tool set covers the main iOS reverse engineering workflow: static analysis, dynamic hooking, device management, IPA manipulation, and reporting. Minor gaps like specific hooking for other frameworks or advanced patching are missing, but core functionality is well-represented.