A very simple program that can reverse the endianess of a 16/32/64 bit file
*How to Build*:
Building is as simple as the program is. Make sure that rust is installed (l):
https://www.rust-lang.org/tools/install
Clone this repository:
https://github.com/PalindromicBreadLoaf/fuzzler.git
Move into the directory:
cd fuzzler
Build the program:
cargo build --release
The output binary should be placed into ./target/release/fuzzler