Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 585 Bytes

WXAPKG Decryptor

A tool to decrypt the mini-app file, which content starts with "V1MMWX"

Usage

  • Copy your waiting-to-decrypt file to this directory, and name it as "__APP__.wxapkg"
  • If you have wxapp-id (wx**************** format), this method thanks to BlackTrace
    • change AppName variable in src/blackTrace.js
    • run the following command
yarn decompile
# or
node src/blackTrace.js
  • Or if you don't have wxapp-id, these's a way to brute-force
yarn legacy
# or
node src/index.js