KIKillWxapkg

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.

Input📄File</>Code
Output</>Code
Updated: 2026-09-11 Ackites
Download / Access
Web N/A
Windows N/A
macOS N/A
iOS N/A
Android N/A
Huawei N/A
Linux N/A
github.com/Ackites/KillWxapkg
KIKillWxapkg
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.
Get StartedLearn More

Try it now

GPT-4o
Full Playground →

What 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.

4.5
Rating
Free
Pricing
4+
Platforms
0
Saves

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

FeatureKillWxapkgwedecodeunveilrGwxapkg
Rating0.00.00.00.0
PricingFreeFreeFreeFree
Starting From
API
Free Tier
Mobile App
View full comparison →

Who is it for

P

Penetration testers

Quickly restore an authorized target for static analysis.

S

Security engineers

Audit mini-program logic and API calls.

D

Developers

Recover a runnable project from a compiled package.

R

Reverse engineers

Move from package to dynamic debugging in DevTools.

A

Automation users

Use monitoring forks to capture programs opened on PC.

Developer
Ackites
Platforms
Web N/A
Windows N/A
macOS N/A
iOS N/A
Android N/A
Huawei N/A
Linux N/A
Languages
中文, English
Updated
2026-09-11

FAQ

A pure-Golang tool that auto-decrypts, unpacks and restores WeChat wxapkg into a runnable project.