Kill Wxapkg Download

Automated WeChat mini-program decompilation tool in Golang for security assessment with automatic decryption, code beautification, project restoration, F12 debugging, and repackaging.

⭐ 5,525 stars on GitHub
Latest Release: v2.4.1

About Software

KillWxapkg is an automated WeChat mini-program decompilation tool implemented in pure Golang for security assessment and reverse engineering. It automatically decrypts, unpacks, and restores the engineering directory structure with support for running in WeChat Developer Tools and mini-program modification.

The tool features automatic beautification for JSON, JavaScript, and HTML code output, restores source code project structure including JSON config files, JavaScript code, WXML and WXSS code, hooks mini-programs for dynamic debugging with F12 support, repacks wxapkg files with folder monitoring, and exports sensitive data. Installation available via GitHub releases or self-compilation, with UPX compression for smaller file size.

Use Cases:

  • Automatically decompile and decrypt WeChat mini-programs for security assessment
  • Restore original project directory structure with JSON, JavaScript, WXML, and WXSS files
  • Hook mini-programs for dynamic debugging and enable F12 developer tools
  • Repackage wxapkg files with automatic folder monitoring and export sensitive data
  • Unpack and beautify code output with JSON, JavaScript, and HTML formatting

Downloads

v2.4.1 September 19, 2024
KillWxapkg_2.4.1_windows_386.exeexe
KillWxapkg_2.4.1_windows_amd64.exeexe
KillWxapkg_2.4.1_windows_arm64.exeexe
v2.4.0 August 24, 2024
KillWxapkg_2.4.0_windows_386.exeexe
KillWxapkg_2.4.0_windows_amd64.exeexe
KillWxapkg_2.4.0_windows_arm64.exeexe
v2.3.2 August 15, 2024
KillWxapkg_2.3.2_windows_386.exeexe
KillWxapkg_2.3.2_windows_amd64.exeexe
KillWxapkg_2.3.2_windows_arm64.exeexe
v2.3.1 August 13, 2024
KillWxapkg_2.3.1_windows_386.exeexe
KillWxapkg_2.3.1_windows_amd64.exeexe
KillWxapkg_2.3.1_windows_arm64.exeexe
v2.3.0 August 12, 2024
KillWxapkg_2.3.0_windows_386.exeexe
KillWxapkg_2.3.0_windows_amd64.exeexe
KillWxapkg_2.3.0_windows_arm64.exeexe
v2.2.1 August 06, 2024
KillWxapkg_2.2.1_windows_386.exeexe
KillWxapkg_2.2.1_windows_amd64.exeexe
KillWxapkg_2.2.1_windows_arm64.exeexe
v2.2.0 August 06, 2024
KillWxapkg_2.2.0_windows_386.exeexe
KillWxapkg_2.2.0_windows_amd64.exeexe
KillWxapkg_2.2.0_windows_arm64.exeexe
v2.1.0 August 05, 2024
KillWxapkg_2.1.0_windows_386.exeexe
KillWxapkg_2.1.0_windows_amd64.exeexe
KillWxapkg_2.1.0_windows_arm64.exeexe
v2.0.0 August 04, 2024
KillWxapkg_2.0.0_windows_386.exeexe
KillWxapkg_2.0.0_windows_amd64.exeexe
KillWxapkg_2.0.0_windows_arm64.exeexe
v1.1.0 July 31, 2024
KillWxapkg_1.1.0_windows_386.exeexe
KillWxapkg_1.1.0_windows_amd64.exeexe
KillWxapkg_1.1.0_windows_arm64.exeexe
v1.0.0 July 24, 2024
KillWxapkg_1.0.0_windows_386.exeexe
KillWxapkg_1.0.0_windows_amd64.exeexe
KillWxapkg_1.0.0_windows_arm64.exeexe

Package Info

Last Updated
Sep 19, 2024
Latest Version
v2.4.1
License
MIT
Total Versions
11

README

KillWxapkg

纯Golang实现,一个用于自动化反编译微信小程序的工具,小程序安全利器, 自动解密,解包,可还原工程目录,支持微信开发者工具运行

stable (https://img.shields.io/badge/stable-stable-green.svg) license (https://img.shields.io/github/license/Ackites/KillWxapkg) download (https://img.shields.io/github/downloads/Ackites/KillWxapkg/total) release (https://img.shields.io/github/v/release/Ackites/KillWxapkg) commit (https://img.shields.io/github/last-commit/Ackites/KillWxapkg) issues (https://img.shields.io/github/issues/Ackites/KillWxapkg) pull (https://img.shields.io/github/issues-pr/Ackites/KillWxapkg) fork (https://img.shields.io/github/forks/Ackites/KillWxapkg) star (https://img.shields.io/github/stars/Ackites/KillWxapkg) go (https://img.shields.io/github/go-mod/go-version/Ackites/KillWxapkg) size (https://img.shields.io/github/repo-size/Ackites/KillWxapkg) contributors (https://img.shields.io/github/contributors/Ackites/KillWxapkg)

声明

本程序仅供于学习交流,请使用者遵守《中华人民共和国网络安全法》,勿将此工具用于非授权的测试,开发者不负任何连带法律责任。

介绍

因为采用了UPX压缩了软件体积,工具运行时可能会出现误报,可以放心使用,工具不会对您的电脑造成任何损害。

  • 小程序自动解密
  • 小程序自动解包,支持代码美化输出
    • Json美化
    • JavaScript美化
    • Html美化
  • 支持还原源代码工程目录结构
    • Json配置文件还原
    • JavaScript代码还原
    • Wxml代码还原
    • Wxss代码还原
  • Hook小程序,动态调试,开启小程序F12
  • 重新打包wxapkg
    • 监听将要打包的文件夹,并自动打包
  • 敏感数据导出
  • 支持小游戏

工程结构还原

还原前



还原后
 

微信开发者工具运行

Hook支持版本列表

小程序版本
11275_x64
11253_x64
11205_x64
9193_x64
11159_x64
9185_x64
9129_x64
9115_x64
8555_x64
9105_x64
8555_x64
9079_x64
8531_x64
8529_x64
8519_x64
8501_x64
8461_x64
8447_x64
See full README on repository.

Screenshots and images

Kill Wxapkg Screenshot 1
Kill Wxapkg Screenshot 2
Kill Wxapkg Screenshot 3
Kill Wxapkg Screenshot 4
Kill Wxapkg Screenshot 5
Kill Wxapkg Screenshot 6
Kill Wxapkg Screenshot 7
Kill Wxapkg Screenshot 8
Kill Wxapkg Screenshot 9
Kill Wxapkg Screenshot 10
Kill Wxapkg Screenshot 11