Unpack .wxapkg fileUsage[php] /path/to/unpack-wxapkg.php <xxx.wxapkg> - Unpack the `xxx.wxapkg` to `xxx.wxapkg.unpacked` directory. Example> php \temp\unpack-wxapkg.php 1.wxapkg Reading file. Parsing file header... Got 25 files. Unpacking file /images/icon_book.png (283...
微信小程序 .wxapkg 文件扫描 + 解密+解码工具. Contribute to m4xxxxx/wxapkg development by creating an account on GitHub.
打开page-frame.html,将文件夹(wxmlana)下的ana.js引入<script src="ana.js"></script> 打开文件夹(wxmlana)下的analysis.js,按照对应的函数名称,替换page-frame.html中的函数//原page-frame.html中的名称: function _v(k) {...} function _n(tag){...} function $gwrt(should_pass_type_info){...
Kaitai Struct版本:https://github.com/coolzilj/kaitai_struct_format_for_wxapkg目前分析如下:目录-\pages 每个页面的wxss样式文件-app-config.json 页面配置的汇总(app.json+各个页面的配置文件)-app-service.js 源码js的汇总-page-frame.html wxml文件的汇总...
Clarence-pan/unpack-wxapkgPublic NotificationsYou must be signed in to change notification settings Fork93 Star118 master BranchesTags Code Latest commit Cannot retrieve latest commit at this time. History 6 Commits README.md unpack-wxapkg.php ...
package cmd import ( "bytes" "crypto/aes" "crypto/cipher" "crypto/sha1" "encoding/binary" "errors" "fmt" "github.com/fatih/color" "github.com/spf13/cobra" "github.com/wux1an/wxapkg/util" "golang.org/x/crypto/pbkdf2" "io" "log" "os" "path/filepath" "regexp" "sort" "sync...