Add PE header verification (MZ signature, PE signature, POWERPCBE machine type) to the extraction pipeline. Implement master key trial with validation for encrypted files. Update CLI extract command to show encryption/compression info. Update README with extract usage. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
277 B
TOML
13 lines
277 B
TOML
[package]
|
|
name = "xex2tractor"
|
|
version = "0.6.0"
|
|
edition = "2024"
|
|
description = "A tool for extracting and inspecting Xbox 360 XEX2 executable files"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
aes = "0.8.4"
|
|
cbc = "0.1.2"
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
|
lzxd = "0.2.6"
|