superg / redumper

Low level CD dumper utility
GNU General Public License v3.0
187 stars 17 forks source link

change algo for lead-in merge #80

Open superg opened 9 months ago

superg commented 9 months ago

Currently lead-in is merged into a data stream by the MSF value from Q. If Q is valid (CRC matches) and particular MSF value is manipulated (protection), it might merge it at incorrect offset. This is a very rare situation that will unlikely to occur, but prefer to merge it using matched overlap section without analyzing Q values.