2 unstable releases

0.2.0 Nov 10, 2024
0.1.0 Apr 11, 2024

#771 in Command line utilities

Download history 99/week @ 2024-11-07 12/week @ 2024-11-14 4/week @ 2024-11-21 6/week @ 2024-11-28 6/week @ 2024-12-05 4/week @ 2024-12-12

72 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
~32K SLoC