08/03/26 04:18:35 wt7+Foct0
/***************************************
How to unlock limitation of time search
***************************************/
#.Summary
VIDEO_TS.IFO -> TT_SRPT -> 12-byte entries -> title type -> 7th bit [1 to 0]
#1.Search location of TT_SRPT
VIDEO_TS.IFO : 0x00C4 - 0x00C7 = sector pointer to TT_SRPT
(maybe 0x800 bytes/sector)
i.e.
If 0x00C4 - 0x00C7 = 0x00 00 00 01, then move to 0x0800 in VIDEO_TS.IFO file.
#2.Search number of titles and location of each entry
TT_SRPT : 0x00 0x01 = number of titles ( = N )
TT_SRPT : 0x08 + 12 x (0 to N-1) = each entry