Add a simple script to swap the endianness of a file
This is necessary for objdump and Ghidra to be able to disassemble real binaries, since all the ones I've encountered have been endian-swapped.
Loading
Please register or sign in to comment
This is necessary for objdump and Ghidra to be able to disassemble real binaries, since all the ones I've encountered have been endian-swapped.