DiscImageCreator

User avatar
iR0b0t
Posts: 3397
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by iR0b0t »

The one without /ms (or both if you want, we may need both at a later time)
PX-760A (+30), PX-W4824TA (+98), GSA-H42L (+667), GDR-8164B (+102), SH-D162D (+6), SOHD-167T (+12)
pool7
Posts: 40
Joined: Mon Jun 08, 2026 1:28 am

Re: DiscImageCreator

Post by pool7 »

Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 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?
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

Last edited by Jackal on Tue Apr 23, 2019 12:47 pm, edited 1 time in total.
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 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: Mon Jun 08, 2026 1:27 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: 2598
Joined: Mon Jun 08, 2026 1:26 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.
Attachments
carpet.zip
Imported Redump attachment 2942
(19.58 KiB) Downloaded 1 time
Last edited by Jackal on Thu Apr 25, 2019 1:15 pm, edited 1 time in total.
reentrant
Posts: 719
Joined: Mon Jun 08, 2026 1:28 am

Re: DiscImageCreator

Post by reentrant »

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

It's very complex...
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 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: 2598
Joined: Mon Jun 08, 2026 1:26 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: 719
Joined: Mon Jun 08, 2026 1:28 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