DiscImageCreator

Anything related to redump.
iR0b0t

Re: DiscImageCreator

Post by iR0b0t »

The one without /ms (or both if you want, we may need both at a later time)
pool7
Posts: 40
Joined: Thu Jun 18, 2026 1:02 am

Re: DiscImageCreator

Post by pool7 »

Jackal
Posts: 2594
Joined: Thu Jun 18, 2026 1:00 am

Re: DiscImageCreator

Post by Jackal »

Olo dumped a disc at 8x speed, but the SecuROM data was messed up:

Data from DIC dump:
MSF: 01:08:58 Q-Data: 610101 01:06:59 00 01:08:59 b0a7

correct (unmodified) data:
MSF: 01:08:58 Q-Data: 610101 05:06:58 00 21:08:58 b0a7

And this one was not detected for some reason at 8x, but at 4x it is:
MSF: 01:08:52 Q-Data: 610101 01:06:53 00 01:08:53 6d32

Is it normal that higher speed can cause so many errors? Any way to optimize this?
You do not have the required permissions to view the files attached to this post.
Last edited by Jackal on Tue Apr 23, 2019 12:47 pm, edited 1 time in total.
F1ReB4LL
Posts: 3389
Joined: Thu Jun 18, 2026 1:00 am

Re: DiscImageCreator

Post by F1ReB4LL »

[ERROR] Number of sector(s) where bad MSF: 2
        Sector: 14098, 14099,
[ERROR] Number of sector(s) where user data doesn't match the expected ECC/EDC: 1
        Sector: 14097,
[ERROR] Number of sector(s) where sync(0x00 - 0x0c) is zero: 1
        Sector: 901,
In fact, the damaged sectors are 14097, 14098, 14099 and 14100. Why does it say 901 instead of 14100? DIC is probably using a wrong algorithm to show the sector numbers.
sarami
Posts: 1762
Joined: Thu Jun 18, 2026 1:01 am

Re: DiscImageCreator

Post by sarami »

F1ReB4LL wrote:In fact, the damaged sectors are 14097, 14098, 14099 and 14100. Why does it say 901 instead of 14100? DIC is probably using a wrong algorithm to show the sector numbers.
Replace EccEdc.exe with this
http://www.mediafire.com/file/2quudw2bl … st.7z/file
Jackal wrote:Olo dumped a disc at 8x speed, but the SecuROM data was messed up
If random error also exists in SecuROM data, it's difficult to fix.
Last edited by sarami on Wed Apr 24, 2019 7:57 am, edited 1 time in total.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
Jackal
Posts: 2594
Joined: Thu Jun 18, 2026 1:00 am

Re: DiscImageCreator

Post by Jackal »

KailoKyra dumped this disc: https://redump.info/disc/3927/ but it wasn't matching the database, because DIC is not descrambling any of the last 3 sectors.

Attached the 3 last data sectors for this disc and the DIC log:

If I remember correctly, we agreed before that all sectors inside a data track with a valid sync should always be descrambled? But still DIC is not descrambling the first 2 sectors. The third and last sector has an invalid sync and shouldn't be descrambled.
You do not have the required permissions to view the files attached to this post.
Last edited by Jackal on Thu Apr 25, 2019 1:15 pm, edited 1 time in total.
reentrant
Posts: 720
Joined: Thu Jun 18, 2026 1:02 am

Re: DiscImageCreator

Post by reentrant »

Descramble algorithm: https://github.com/saramibreak/DiscImag … output.cpp
Line 1699

It's very complex...
F1ReB4LL
Posts: 3389
Joined: Thu Jun 18, 2026 1:00 am

Re: DiscImageCreator

Post by F1ReB4LL »

Jackal wrote:If I remember correctly, we agreed before that all sectors inside a data track with a valid sync should always be descrambled?
Shouldn't all 16 bytes be correct for descrambling? What's the point in descrambling the sector with non-existant "E1" and "C1" modes?
Jackal
Posts: 2594
Joined: Thu Jun 18, 2026 1:00 am

Re: DiscImageCreator

Post by Jackal »

F1ReB4LL wrote:
Jackal wrote:If I remember correctly, we agreed before that all sectors inside a data track with a valid sync should always be descrambled?
Shouldn't all 16 bytes be correct for descrambling? What's the point in descrambling the sector with non-existant "E1" and "C1" modes?
It's a data sector inside a data track, why not descramble? The sync is valid so the sector is assumed to be intact.

I'm fine with discussing and maybe coming to a new method, but then we also have to fix old dumps that were processed differently.
Last edited by Jackal on Thu Apr 25, 2019 2:27 pm, edited 1 time in total.
reentrant
Posts: 720
Joined: Thu Jun 18, 2026 1:02 am

Re: DiscImageCreator

Post by reentrant »

Some of the dumps are here: /viewtopic.php?t=12070 … to-redump/

TRUSTEDME + HARD groups. These are the suspicious ones that were picked up last time...
Post Reply