wx-favorites-report Skill by ara.so — Daily 2026 Skills collection. End-to-end pipeline that hooks into the WeChat Mac client via Frida, extracts PBKDF2-derived encryption keys, decrypts the SQLCipher database, parses XML-encoded favorites, and renders a single-file interactive HTML report with charts, word cloud, and filterable card browser. --- Prerequisites - macOS (Apple Silicon or Intel) - WeChat Mac 4.x installed and logged in - Python 3.9+ - Frida 17.x --- Project Layout --- Full Pipeline (Step-by-Step) Step 1 — Strip Hardened Runtime from WeChat The App Store build blocks Frida inject…