https://github.com/simonwhitaker/endian
A command-line tool for flipping the endianness of binary files
https://github.com/simonwhitaker/endian
Last synced: 3 months ago
JSON representation
A command-line tool for flipping the endianness of binary files
- Host: GitHub
- URL: https://github.com/simonwhitaker/endian
- Owner: simonwhitaker
- Created: 2013-06-10T19:56:48.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-11T09:22:56.000Z (about 13 years ago)
- Last Synced: 2025-01-01T02:41:31.499Z (over 1 year ago)
- Language: C++
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# endian
`endian` is a command-line tool for switching the endianness of a binary file.
I've never really used C++ before. I'd love to have your comments (pull requests even better), from the major bug reports to minor style comments and everything in between. Just be gentle. :)