The Guy Game Files (Xpz, Xpr, Wma, Asz)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
MuslimCyberGames
Posts: 220
Joined: Sun Nov 06, 2016 3:28 pm

The Guy Game Files (Xpz, Xpr, Wma, Asz)

Post by MuslimCyberGames »

Image

Hello, Does anyone here know to decrypt or extract data files xpz, wma, asz, and xpr ???

Thanks for any help.

Sorry for bad english.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The Guy Game Files (Xpz, Xpr, Wma, Asz)

Post by aluigi »

No encryption.

xpr and xpz are XPR1 files, a known 3d format used on Xbox: viewtopic.php?f=9&t=293

wma is audio.

asz is compressed but the decompressed data is in binary format:

Code: Select all

get SIZE long
get ZSIZE asize
savepos OFFSET
math ZSIZE - OFFSET
get NAME basename
clog NAME OFFSET ZSIZE SIZE