Skip to content

tuxuser/eappx-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EAppx/EMsix unpacker/decryptor

NOTE: Work-in-progress project!

Yes, it still requires per-content keys for decryption :D

Check out https://learn.microsoft.com/en-us/windows/win32/appxpkg/make-appx-package--makeappx-exe-#to-decrypt-a-package-with-a-key-file 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