Xbox 360 ISO / Xex Analysis & Extraction
- Python 3.x
# 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"]))| Name | Name | Last commit date | ||
|---|---|---|---|---|