saramibreak / DiscImageCreator

This is the disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc) image creation tool
http://forum.redump.org/topic/10483/discimagecreator/
Apache License 2.0
513 stars 45 forks source link

Q: Automatic application of non-zero byte #188

Closed fuzz6001 closed 1 year ago

fuzz6001 commented 1 year ago

Using latest version (20230401)

========== Check non-zero byte of the sector ==========
    There is not non-zero byte in the (Track AA)
    There is non-zero byte in the (Track 01)(-LBA): -46 byte => -12 sample
    Last non-zero byte before (Track AA): -49 byte => -12 sample

Is there an option to automatically apply the offset obtained here and dump it? Or do I need to dump again using the /a option? (In this case /a -12)

saramibreak commented 1 year ago

Or do I need to dump again using the /a option? (In this case /a -12)

Yes if you want to dump using "user specified offset".

fuzz6001 commented 1 year ago

Okay, thanks for the reply.