https://github.com/tuxuser/eappx-rs
EAPPX/EMSIX decryption and extraction
https://github.com/tuxuser/eappx-rs
appx appxbundle bundle decrypt eappx eappxbundle emsix emsixbundle makeappx msix msixbundle store windows
Last synced: 6 months ago
JSON representation
EAPPX/EMSIX decryption and extraction
- Host: GitHub
- URL: https://github.com/tuxuser/eappx-rs
- Owner: tuxuser
- License: mit
- Created: 2024-05-19T22:46:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-13T22:14:17.000Z (over 1 year ago)
- Last Synced: 2024-11-30T06:49:19.796Z (about 1 year ago)
- Topics: appx, appxbundle, bundle, decrypt, eappx, eappxbundle, emsix, emsixbundle, makeappx, msix, msixbundle, store, windows
- Language: Rust
- Homepage:
- Size: 2.92 MB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAppx/EMsix unpacker/decryptor
NOTE: Work-in-progress project!
Yes, it still requires per-content keys for decryption :D
Check out for keyfile format.
## Build
Requirements:
- Rustup / Cargo
```
cargo build --release --all
```
## Usage
NOTE: Currently only commands `unpack` / `unbundle`/`info` are implemented
Check usage with
```
makeappx unpack --help
makeappx unbundle --help
makeappx info --help
```
Example to print metadata of a file
```
makeappx info -p file.eappx
```
## Credits
- WalkingCat:
- dalion619: