Compare two bin files
diff -y <(xxd foo1.bin) <(xxd foo2.bin)
https://superuser.com/questions/125376/how-do-i-compare-binary-files-in-linux
Last updated
Was this helpful?
diff -y <(xxd foo1.bin) <(xxd foo2.bin)
https://superuser.com/questions/125376/how-do-i-compare-binary-files-in-linux
Last updated
Was this helpful?