I am trying the following line code and I get the error Warning: Ranges to ignore were outside file bounds.
block1_reduced_crc32=ChecksumAlgStr(CHECKSUM_CRC32,block_1_reduced_crc32,start+(count_sides*0xFFDC),56,“0x1F…0x21,0x27…0x35”,-1,-1);
As it works on the first pass of the count_sides loop, I assume that it is using absolute values for exclusion area instead of the offset from start. In which case I would need to put variables inside the string. I get the feeling I can’t do that? I will give it a go anyway.