What Byte Range Zeroer does
Set an exact byte interval in a local file to zero while preserving all other bytes and the original file length.
Input and output contract
Offset and length must describe a range fully contained in a file no larger than 16 MiB. A same-length binary copy with the selected interval replaced by 00 bytes.
Safe workflow
Choose a file, offset, and byte count before generating the result. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
Zeroing bytes can invalidate structured data and is not a repair operation. Retain the original and verify the target structure before zeroing any save field.