Quote:
Originally Posted by klurf8881
ahh so i want to delete 00,01,02,03,04,05,06,07,08,09,...,12 and 1e,1f....44,45 but NOT 46 (EB)? i show 46 as being that EB byte right after your highlighting. So from byte 03 to byte 00 (the one right before EB in your pic)
|
That's correct. I think the confusing part is that the count starts at zero (0x00), so the range 0x00-0x12 specifies 18 bytes - up to, but not including 0x12. And, as you said, range 0x1E-0x46 is 40 bytes - up to, but not including 0x46.
Here's the first block highlighted:
We're removing a total of 58 bytes from the header, so the resulting .brn should be exaclty 58 bytes smaller than the .bmp...