XeXtractor is a generic XEX tool box for XBox360 from HellDoc
Require .Net Framework 3.5
- XEX Support (Decryption/Decompression)
- Extract XUIZ files (xur, png...) included mostly in the dashboard xex.
- Extract XBDF files (GPD)
- XSRC Support ( original xlast file)
- Convert XSTR to readable txt file
- XACH and XITB Support (achievements)
- Included Source code for : XACH,XDBF,XEX2,XITB,XSRC,XSTR,XUIZ
XBDF files are ressources containers. Its basically the same as the xlast xml file but in binary format and including the images.
XSTR files are multilanguage strings map. The file name represent the language id : 1 is english, 3 is german, 4 is french...
The XeXtractor txt output of xstr convertion is just StringId - TheString
Lots of file gets in there, heres the one that i currently know and what they are used for :
XACH : This is the achievement string mapping : it contain the title string id, description string id, unachived title string id, image id, gamer cred the achievment is worth and the type of achievement.
XCXT : Contextual string mapping
XPRP : Properties string mapping
XSRC : This is the xlast xml submission file
XTHD : This is the game title id
XITB : This is the image name mapping, contain the image id + filename. Current XBDF extraction is not using this yet, but its using the id to figure out which kind of data it is.