Automate macOS UI with Peekaboo
peekabooskillsetup L2★377,536
openclaw/openclaw ↗What it does
Extract and visualize hidden patterns in encrypted or obfuscated code
Best for
Reverse-engineering malware or analyzing third-party code when you need to see what's hidden
Inputs
- · code file or code snippet
- · obfuscation/encryption type hint (optional)
Outputs
- · deobfuscated code
- · pattern analysis
- · vulnerability report
Requires
- · Python AST parser
- · optional: ast-deobfuscator
Preconditions
Code readable (not binary); obfuscation type known or guessable
Failure modes
- · AST parsing fails on malformed Python
- · Heavy obfuscation defeats static analysis
Trust signals
- · Supports multiple obfuscation techniques
- · Generates vulnerability checklist from analysis