Skip to content

微信小程序 .wxapkg 文件扫描 + 解密+解码工具

Notifications You must be signed in to change notification settings

user1121114685/wxapkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxapkg

Disclaimer: This tool is only for the purpose of learning and studying the design ideas and principles contained within the software. Users shall assume all legal and related liabilities resulting from the use of this tool! The author shall not be held liable for any legal consequences!

免责声明:此工具仅限于学习和研究软件内含的设计思想和原理,用户承担因使用此工具而导致的所有法律和相关责任!作者不承担任何法律责任!

Usage:

demo

  • scan mini program

    # wxapkg.exe scan --help
    wxapkg.exe scan
  • unpack mini program

    # wxapkg.exe unpack --help     
    wxapkg.exe unpack -o out-dir -r "%USERPROFILE%\Documents\WeChat Files\Applet\wx00000000000000"

Install:

Download the latest release or build with go install by yourself

go install github.com/wux1an/wxapkg@latest

Todo:

  • scan more information (need networking)
  • json beautify
  • javascript beautify
  • html beautify
  • auto export uri in files

References:

About

微信小程序 .wxapkg 文件扫描 + 解密+解码工具

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%