Skip to main content
The 2024 Developer Survey results are live! See the results
1 of 2
guyskk
  • 101
  • 1

I wrote a simple script to diff binary file, it will print first different chunk(40 bytes) and offset:
https://gist.github.com/guyskk/98621a9785bd88cf2b4e804978950122

$ bindiff file1 file2
8880> 442408E868330300488D05825337004889042448C744240802000000E84F330300E88A2A0300488B
                      ^^^^^^^^^ ^^
      442408E868330300E59388E59388004889042448C744240802000000E84F330300E88A2A0300488B
guyskk
  • 101
  • 1