wux1an/wxapkg

跨平台微信小程序反编译 GUI 工具,.wxapkg 文件扫描 + 解密 + 解包工具

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 16th, 2026
Created on May 22nd, 2023
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 845
Total Stargazers: 4,159 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.3 days
Mean response time: 107.3 days
90th percentile: 417.4 days
Tracked items: 45

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 11
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 67 days
Stale 30+ days: 8
Stale 90+ days: 2

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

wxapkg is a cross-platform GUI tool for decompiling WeChat mini programs from .wxapkg files.

The tool addresses the need to reverse-engineer and analyze WeChat mini program packages. It works by scanning for .wxapkg files, decrypting their contents, and unpacking them into readable source code. The approach combines file discovery, decryption, and extraction into a single graphical interface, making the process accessible without requiring command-line expertise.

Developers working with WeChat mini programs who need to inspect, audit, or recover source code from compiled packages should consider this tool. It suits projects where understanding the structure and logic of existing mini programs is necessary, whether for security research, compatibility analysis, or code recovery. The cross-platform nature means it runs on multiple operating systems, reducing friction for teams with mixed development environments.

The project shows active maintenance with regular updates addressing bugs and adding refinements to the decompilation process. Development focuses on improving the reliability of the decryption and unpacking stages, with fixes applied to edge cases in file handling. The codebase receives ongoing attention to ensure compatibility with current WeChat package formats.