KillWxapkg
A pure-Golang automated WeChat mini-program decompiler: auto-decrypt, unpack and beautify, rebuild the project directory, and run the result in WeChat DevTools for dynamic debugging.
Try it now
GPT-4oWhat is KillWxapkg?
KillWxapkg is a security tool written entirely in Go that automates reverse-engineering of WeChat .wxapkg packages. It decrypts encrypted packages automatically, unpacks them with code beautification (including JSON formatting), and reconstructs the original project directory so the restored code can be opened and run in the WeChat Developer Tools for dynamic debugging. As a compiled Go binary it is fast and self-contained, distributed as prebuilt executables on Releases (the binary is UPX-packed, so some antivirus software may flag a false positive). Besides the core flow it supports repackaging scenarios and has spawned automation forks that monitor mini-programs opened on the PC. It targets developers and security researchers analyzing apps they own or are authorized to assess.
Pros
- Automates the whole decrypt-unpack-restore chain.
- Go binary is fast and needs no Node/Python environment.
- Output can run directly in WeChat DevTools.
- Active community with automation forks.
- Free and open source.
Cons
- CLI executable; not a guided GUI.
- UPX-packed binary may trigger antivirus false positives.
- Obfuscated variable names cannot be fully recovered.
- Restricted to authorized security research.
Compare with Alternatives
| Feature | KillWxapkg | wedecode | unveilr | Gwxapkg |
|---|---|---|---|---|
| Rating | 0.0 | 0.0 | 0.0 | 0.0 |
| Pricing | Free | Free | Free | Free |
| Starting From | — | — | — | — |
| API | — | — | — | — |
| Free Tier | — | — | — | — |
| Mobile App | — | — | — | — |
Who is it for
Penetration testers
Quickly restore an authorized target for static analysis.
Security engineers
Audit mini-program logic and API calls.
Developers
Recover a runnable project from a compiled package.
Reverse engineers
Move from package to dynamic debugging in DevTools.
Automation users
Use monitoring forks to capture programs opened on PC.