rizinorg / ideas

Features that would be nice to have but they are not in the roadmap
3 stars 0 forks source link

Xbox XEX file format support #10

Open XVilka opened 3 years ago

XVilka commented 3 years ago

XEX is the executable file format used by the Xbox 360 operating system. It seems to be a crypto and packing container for PPC PE executable files, comparable to UPX or TEEE Burneye. It's likely the 360 knows how to grab the section it needs into memory and decrypt/decompress on demand, instead of traditional all at once extraction.

https://free60project.github.io/wiki/XEX/

xexdump.zip xextools-0.2.tar.bz2.zip

See also https://github.com/rexdex/recompiler

smac89 commented 3 years ago

Hey I would like to work on this for GSoC