Page 104 of 354
Re: DiscImageCreator
Posted: Tue Jun 13, 2017 12:04 pm
by reentrant
sarami wrote:Escaped 0 length.
Code: Select all
if (pDirRec[*nDirPosNum].uiDirNameLen > 0) {
:
:
}
else {
OutputVolDescLogA(
"\t Length of Directory Identifier: %u\n", pDirRec[*nDirPosNum].uiDirNameLen);
break;
}
Is 0 correct value? I want to look the *mainInfo.txt and *volDesc.txt
When I terminate program mainInfo.txt is empty and volDesc has:
========== LBA[000018, 0x00012]: Volume Descriptor ==========
Volume Descriptor Type: 255
Standard Identifier: CD001
Volume Descriptor Version: 1
========== LBA[000019, 0x00013]: Path Table Record ==========
Length of Directory Identifier: 1
Length of Extended Attribute Record: 0
Position of Extent: 21
Number of Upper Directory: 1
Directory Identifier:
I checked under debugger that pDirRec[*nDirPosNum].uiDirNameLen = 0. It's an error during mastering phase?
Re: DiscImageCreator
Posted: Thu Jun 15, 2017 11:03 am
by sarami
I checked under debugger that pDirRec[*nDirPosNum].uiDirNameLen = 0. It's an error during mastering phase?
Please see LBA 19 with IsoBuster and paste it in this thread.
Re: DiscImageCreator
Posted: Sat Jun 17, 2017 11:47 am
by Jackal
https://redump.info/disc/35332/
MSF: 04:09:30 Q-Data: 410101 04:05:30 00 04:49:30 9b33 xor 8001 068d P2 xor 02 40
this one wasn't detected..
May 7 2017 21:11:00
DiscImageCreator.exe cd J: Star Wars - Battlefront II (USA) (Disc 1) (Play Disc).bin 8 /rc /c2 3 /d8 /ns /s 2
Re: DiscImageCreator
Posted: Sun Jun 18, 2017 9:18 am
by sarami
MSF: 04:09:30 Q-Data: 410101 04:05:30 00 04:49:30 9b33 xor 8001 068d P2 xor 02 40
this one wasn't detected..
Fixed the range.
Re: DiscImageCreator
Posted: Thu Jun 29, 2017 9:21 pm
by sarami
sarami wrote:ssjkakaroto wrote:BTW can you modify the *_volDesc.txt log so that it also has the Primary Volume Descriptor (PVD) in the format that the "New Disc" form requires?
Adopted IsoBuster sector.
http://www.mediafire.com/file/eq80y20l9 … or_test.7z
See *_mainInfo.txt
Supported DVD too.
Re: DiscImageCreator
Posted: Sat Jul 01, 2017 1:39 am
by usurper
Latest DIC version fail at dumping
this disc.
Old DIC version is fine though.
here you will find full logs of both dumps (old and current DIC version).
Re: DiscImageCreator
Posted: Sun Jul 02, 2017 1:30 am
by reentrant
Also I found one bug in CD-Text dumping. In function: SetAndOutputTocCDText -> strlen(pTmpText + uiIdx) crashes. iuIdx has some big value. This only happens with PX760. Other drive reads it correctly. Maybe before parsing those data structures subchannels should be corrected (packed mode read?).
Re: DiscImageCreator
Posted: Sun Jul 02, 2017 4:47 am
by usurper
Sarami, if you are looking for a challenging protection, get yorself
this or
this disc.
Re: DiscImageCreator
Posted: Sun Jul 02, 2017 5:10 am
by Jackal
usurper wrote:Sarami, if you are looking for a challenging protection, get yorself
this or
this disc.
https://www.medimops.de/infogrames-der- … 6FS54.html
https://www.medimops.de/infogrames-der- … 6FS55.html
This one from the same publisher has the same protection:
https://www.medimops.de/vivendi-univers … edVeryGood
GameCopyWorld wrote:The process took 18 hours to complete because about 35% of the CD contains unreadable errors!
Re: DiscImageCreator
Posted: Sun Jul 02, 2017 9:17 am
by sarami
DIC
*2017-07-02
- added: Reading TOC ATIP for CD-R, CD-RW
- added: Reading path table, directory record for DVD
- changed: Directory record size from 4096 to 8192
- changed: Some log message
- changed: Sector Outputted to log to IsoBuster-like sector
- fixed: Ripping range of SecuROM
- fixed: Reading path table record
- fixed: data sector is descrambled when sync and mode valid
EccEdc
*2017-07-02
fixed: forgot FLAG DCP
TODO:
/viewtopic.php?t=11510 … ification/
usurper wrote:Latest DIC version fail at dumping
this disc.
Old DIC version is fine though.
here you will find full logs of both dumps (old and current DIC version).
/viewtopic.php?p=24194#p24194
reentrant wrote:Also I found one bug in CD-Text dumping. In function: SetAndOutputTocCDText -> strlen(pTmpText + uiIdx) crashes. iuIdx has some big value. This only happens with PX760. Other drive reads it correctly. Maybe before parsing those data structures subchannels should be corrected (packed mode read?).
Weird. Please fix if you can.
sarami wrote:I checked under debugger that pDirRec[*nDirPosNum].uiDirNameLen = 0. It's an error during mastering phase?
Please see LBA 19 with IsoBuster and paste it in this thread.
Is this solved?
What protection is this?
I bought this. This is surely VobProtectCD (wiggles.exe). But this disc is almost compressed by a specific archive (archive.bin). So this can't be also detected by ProtectionID, A-RAY scanner.
To detect:
1. decompress archive, but it's difficult.
2. read main channel and search the invalid sync ("00 FF 00 FF ...")