Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 330 Bytes

Xbox360ISO

Xbox 360 ISO / Xex Analysis & Extraction

Requirements

  • Python 3.x

Usage

# Import Xbox360ISO and parse an ISO
from xbox360iso import Xbox360ISO
props = Xbox360ISO().parse("Portal 2.iso")
if props:
	print("Game: %s [%s]" % (props["game_name"], props["title_id"]))