Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 796 Bytes

File metadata and controls

15 lines (12 loc) · 796 Bytes

Python360 (Working Title)

Very basic Python script that aims to get info from Xbox 360 file formats.

Supported Formats

  • CON
  • LIVE/PIRS
  • XEX2 - Very early, not much info is displayed. Use -dbg to allow show the work in progress state

Issues

Since this is my first orignal project the code is quite messy, I will be aiming to clean the spaghetti soon. Haven't implemented chunking yet, could eat big chunks of memory depending on file given while its running (not very long).

Thanks

  • Free60 Wiki - Literally couldn't have done this without this.
  • XEX 010 Binary Template - Really useful 010 Binary Template, alot of the XEX2 HeaderID value data are shown