Crates.io | unwx |
lib.rs | unwx |
version | 0.2.0 |
source | src |
created_at | 2024-04-11 15:41:04.055927 |
updated_at | 2024-11-10 12:30:52.230734 |
description | unpack wxapkg easily. |
homepage | https://github.com/unbyte/unwx |
repository | https://github.com/unbyte/unwx |
max_upload_size | |
id | 1205081 |
size | 22,749 |
Download prebuilt binaries from Releases
or install using cargo:
cargo install unwx
# 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
MIT License.