What File Bit Rotator does
Rotate every individual byte in a local file left or right by zero through seven bits.
Input and output contract
Each byte is independently rotated within eight bits and the output file size never changes. A same-size transformed binary file.
Safe workflow
Choose direction and bit count, then generate the output. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This is per-byte rotation, not rotation of the file as one large integer. Confirm the target obfuscation rotates individual bytes before using this transformation.