Use for authorized macOS and Mach-O reverse engineering including codesign, Objective-C/Swift recovery, endpoint security surfaces, and Apple platform malware analysis.
Run in your terminal
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionmacos-reverseExecute the skills CLI command in your project's root directory to begin installation:
Package manager
npx skills install zhaoxuya520/reverse-skill/skills/macos-reverseFetches macos-reverse from zhaoxuya520/reverse-skill and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate macos-reverse. Access via /macos-reversein your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
Package manager
npx skills install zhaoxuya520/reverse-skill/skills/macos-reverseWorks with
0
total installs
0
this week
10.9K
GitHub stars
0
upvotes
| name | macos-reverse |
| description | Use for authorized macOS and Mach-O reverse engineering including codesign, Objective-C/Swift recovery, endpoint security surfaces, and Apple platform malware analysis. |
NOW: 读取 ../field-journal/precedent-reverse.mdNOW: 确认目标为 macOS/Mach-O/App bundle(iOS IPA → mobile-reverse/)NEXT: tool-index;jtool2/lldb 等ACT: 签名与装载信息 → 静态 → 动态(lldb/Frida)file target
codesign -dv --verbose=4 target
spctl -a -vv target 2>&1
otool -L target
□ class-dump / swift-demangle / Hopper / Ghidra / IDA
□ 字符串与 XPC 服务名、TCC 敏感 API
□ LC_LOAD_dylib 依赖与 rpath
□ lldb / Frida
□ fs_usage / log stream 观察
□ 网络:联合 protocol-reverse 或代理
| 工具 | 用途 |
|---|---|
| otool / nm / codesign | 系统自带 |
| Hopper / Ghidra / IDA | 反编译 |
| class-dump / dsdump | ObjC |
| Frida / lldb | 动态 |
| jtool2 | Mach-O |
references/macho-triage.md../mobile-reverse/(iOS) ../ghidra-reverse/ ../malware-analysis/上游: MASTER R31
下游: iOS → mobile-reverse;通用样本 → malware-analysis
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
macos-reverse is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
macos-reverse has been reliable in day-to-day use. Documentation quality is above average for community skills.
macos-reverse reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: macos-reverse is focused, and the summary matches what you get after install.
We added macos-reverse from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
macos-reverse reduced setup friction for our internal harness; good balance of opinion and flexibility.
macos-reverse fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
macos-reverse is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: macos-reverse is the kind of skill you can hand to a new teammate without a long onboarding doc.
macos-reverse fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 56