What File Nibble Swapper does
Swap the upper and lower four-bit nibbles of every byte in a local file while preserving byte positions and file size.
Input and output contract
Processes each byte independently for files up to 16 MiB. A same-size binary file with each byte nibble-swapped.
Safe workflow
Choose a file and generate a transformed copy. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
It does not reverse byte order or apply a game-specific obfuscation scheme. Applying the transformation twice restores the original bytes; keep an original backup anyway.