郭立 (leeguoo)

Hi, I'm leeguoo (Guo Li)

· Guo Li · full-stack developer ·

$ ls -lh ./posts/ | head -4
Jul 6, 2026
-rw-r--r--
1 min read
Two Paths to Local WeChat Data: A Principle-Level Comparison of wechat-use and wechat-decrypt (with Corrections from Real-World Testing)
Two WeChat decryption tools are often compared, but usually along the wrong axis. The real difference is not how many features they have, but how they obtain the SQLCipher key. This article breaks both down at the principle level: SQLCipher’s per-database key model, two mechanisms for extracting keys from memory (LLDB + entitlement vs. sudo + mach_vm), and corrections to two mistaken judgments I made in the first version after actually running wechat-use on my own machine.
Jul 19, 2026
-rw-r--r--
1 min read
Giving Coding Agents a Room Where They Can @ Each Other: What AgentParty Is, Where It’s Used, and How It Works
AgentParty is a very thin bus that lets coding agents from different machines and different companies — along with the people behind them — stay in the same channel to @ each other, stand by, and hand things off. This article explains it along three lines: what it is and what problem it solves; what scenarios it can be used in; and how its underlying architecture is built.
Jul 16, 2026
-rw-r--r--
1 min read
After Reading All of Wan2.2’s Source Code: Where This Video Generation Code Will Bite You
From the five-task matrix and layered architecture to DiT/VAE/T5/distributed execution/schedulers, this article breaks down, layer by layer, the real pitfalls in the Wan2.2 source code where the documentation and implementation diverge.
Jul 7, 2026
-rw-r--r--
1 min read
How to Use Codex’s Computer Use in Claude Code
Codex’s Computer Use only recognizes OpenAI’s own signature. As soon as another agent tries to perform a real action, it gets blocked with -10000. I took that signature gate apart down to the assembly, then used a thirty-line DYLD hook to change the team ID it reads, wiring the whole Computer Use stack into Claude Code. This article is both a teardown and a connection method you can copy.
$ ls ./archives/ · 8+ entries →
Reverse Engineering & Security

Reverse Engineering & Security

Reverse Engineering & Security

All →
AI & Agent

AI & Agent

AI & Agents

All →