Skip to content

A small script to reverse every four bytes of a given input file. Made for converting N64 save files between emulators.

Notifications You must be signed in to change notification settings

in1tiate/endianswap-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

endianswap.py

Reverses every 4 bytes of a given input file. In other words, reverses file endianness. Does not work correctly on files containing a number of bytes not cleanly divisible by 4.

This was made to convert between N64 emulator save files created by different emulators, as the two in question used opposite endianness when storing save data.

About

A small script to reverse every four bytes of a given input file. Made for converting N64 save files between emulators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages