Page 3 of 4
Re: Xbox shrinking tool needed
Posted: Thu Jul 11, 2019 1:23 pm
by Jackal
About the timestamps:
https://www.epochconverter.com/ldap
DiscImageCreator also decodes the filestamps from DMI and SS, see outputScsiCmdLogforDVD.cpp
and from XDVDFS: execScsiCmdforFileSystem.cpp
Example from
https://redump.info/disc/6024/:
DMI:
2005/03/30 20:54:46
SS:
Timestamp of authoring: 2005/03/29 21:07:14
Timestamp of unknown: 2005/03/29 18:38:08
volDesc:
Image creation time: 2005/03/30 02:38:16
I guess it's strange that the image creation date is later than the other timestamps. But this would give a time range of ~8 hours that we could try for brute forcing (if this is even possible).
Re: Xbox shrinking tool needed
Posted: Mon Jul 15, 2019 10:52 am
by Jackal
@LedZeppelin68 are you still planning to investigate the second seed type?
Re: Xbox shrinking tool needed
Posted: Mon Jul 15, 2019 12:21 pm
by LedZeppelin68
first type seed is only 32bit, 256^4 combinations
second type seed is 128bit, 256^16 combinations, impossible to bruteforce, forever
Re: Xbox shrinking tool needed
Posted: Mon Jul 15, 2019 1:09 pm
by Jackal
Ok but my questions about the timestamp? Is there no way to predict the seed?
Re: Xbox shrinking tool needed
Posted: Wed Jul 17, 2019 1:32 pm
by LedZeppelin68
Jackal wrote:Ok but my questions about the timestamp? Is there no way to predict the seed?
i can say - no
the seed value for second type is 128 bit, which consists of two 64 values:
1: system time and date (we can reduce this value to year, or maybe a month) +
2: and time from last reset (2^64 combos)
it is a very huge number to bruteforce
Re: Xbox shrinking tool needed
Posted: Wed Jul 17, 2019 1:39 pm
by LedZeppelin68
I think we must save, what can be saved, and store al possible info
I remade xbox_rnd tool, now it doesn't remove the junk from ISO, but only brutes the seed of first type
saves it to log, and it works much faster
P.S. drag all ISOS on the EXE and wait
Re: Xbox shrinking tool needed
Posted: Fri Aug 09, 2019 4:38 am
by diego-rbb-93
Did you make any new research on this, Led?
Re: Xbox shrinking tool needed
Posted: Fri Aug 09, 2019 4:48 am
by Jackal
diego-rbb-93 wrote:Did you make any new research on this, Led?
LedZeppelin68 wrote:first type seed is only 32bit, 256^4 combinations
second type seed is 128bit, 256^16 combinations, impossible to bruteforce, forever
So, the tool is useless for most discs.
Re: Xbox shrinking tool needed
Posted: Mon Aug 12, 2019 5:51 am
by LedZeppelin68
diego-rbb-93 wrote:Did you make any new research on this, Led?
I would continue to research type 2 algo, maybe some statistical analysis will help
for now, all i can offer to save space
1) for a little amount of isos with type 1 seed (maybe few hundreds) - xbox shrinker
2) for big games with regional clones, which data occupies most of the iso - use merger
Sorry, this is all i can offer
Re: Xbox shrinking tool needed
Posted: Mon Aug 12, 2019 9:33 am
by user7
Any chance you would consider open sourcing this?
Thanks for your work.