2 unstable releases

0.2.0 Nov 10, 2024
0.1.0 Apr 11, 2024

#683 in Command line utilities

MIT license

14KB
311 lines

unwx

Get

Download prebuilt binaries from Releases

or install using cargo:

cargo install unwx

Usage

# unpack to path/to/abc.unpacked/
unwx path/to/abc.wxapkg

# unpack to dest/
unwx path/to/abc.wxapkg -o dest

# clean dest/ before unpack
unwx path/to/abc.wxapkg -o dest --clean

# unpack packages from wechat on windows, with wxid inferred from path
unwx path/to/__APP__.wxapkg

# unpack packages from wechat on windows, specify wxid manually
unwx path/to/__APP__.wxapkg -w wx1234567890

License

MIT License.

Dependencies

~1.5MB
~31K SLoC