2 unstable releases

0.2.0 Nov 10, 2024
0.1.0 Apr 11, 2024

#603 in Command line utilities

Download history 7/week @ 2024-09-23 3/week @ 2024-09-30 58/week @ 2024-11-04 51/week @ 2024-11-11

109 downloads per month

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