2 unstable releases

0.2.0 Nov 10, 2024
0.1.0 Apr 11, 2024

#666 in Command line utilities

Download history 2/week @ 2024-10-01 85/week @ 2024-11-05 24/week @ 2024-11-12 6/week @ 2024-11-19 1/week @ 2024-11-26 10/week @ 2024-12-03 5/week @ 2024-12-10

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
~31K SLoC