From 1342b38ffce3b50a455c074d76205577e9136284 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 25 Nov 2012 13:52:28 +0100 Subject: [PATCH] fix IOS detection (-t param) --- ChangeLog | 2 +- GUI/VenPri.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb6a393..d41499c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,7 +53,7 @@ Title Version : 41 Title Boot Index : 2 Title Contents : 3 - Title IOS : 4294967354 + Title IOS : IOS58 Title Access Rights: 3 Title Type : 1 Title Group ID : 21065 diff --git a/GUI/VenPri.py b/GUI/VenPri.py index 5295814..3fdd2d1 100644 --- a/GUI/VenPri.py +++ b/GUI/VenPri.py @@ -446,7 +446,7 @@ def ShowTMD(tmdpath): print "Title Version : %s" % tmd.tmd.title_version print "Title Boot Index : %s" % tmd.tmd.boot_index print "Title Contents : %s" % tmd.tmd.numcontents - print "Title IOS : %s" % tmd.tmd.iosversion + print "Title IOS : %s" % TitleIDs.TitleSwapDict["%s" % ("%016x" % tmd.tmd.iosversion)] print "Title Access Rights: %s" % tmd.tmd.access_rights print "Title Type : %s" % tmd.tmd.title_type print "Title Group ID : %s" % tmd.tmd.group_id