unwx

Crates.iounwx
lib.rsunwx
version0.2.0
sourcesrc
created_at2024-04-11 15:41:04.055927
updated_at2024-11-10 12:30:52.230734
descriptionunpack wxapkg easily.
homepagehttps://github.com/unbyte/unwx
repositoryhttps://github.com/unbyte/unwx
max_upload_size
id1205081
size22,749
(unbyte)

documentation

README

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.

Commit count: 5

cargo fmt