don't click here

binary comparison tool

Discussion in 'Technical Discussion' started by qwertysonic, Nov 21, 2012.

  1. qwertysonic

    qwertysonic

    Member
    1,077
    398
    63
    creating the biggest sonic collection
    What tools do you guys use to compare binary files? I know there are several programs out there but I wanted some advice from people who have used them
     
  2. MainMemory

    MainMemory

    Has-Been Modder Tech Member
    4,820
    410
    63
    Myself
    I generally use the good old "fc /b" command, if I want something more advanced I use Hex Workshop's resynchronizing compare, and if I want a general "how similar are these files" I wrote a small tool for that.
     
  3. Andlabs

    Andlabs

    「いっきまーす」 Wiki Sysop
    2,175
    2
    0
    Writing my own MD/Genesis sound driver :D
    I have vbindiff as a visual 1:1 binary diff (it looks like a hex editor and runs in a terminal window) and I did write a multi-file 1:1 binary diff but it's lost on my old computer's hard drive (which needs repair) right now. I was also thinking of writing a diff-like binary diff but apparently (I forget where but I think LocalH said so on this forum somewhere) one already exists?
     
  4. MarkeyJester

    MarkeyJester

    You smash your heart against the rocks Resident Jester
    2,316
    565
    93
    Japan
    I simply use a hexadecimal editor for comparing two binary files, which also notifies if one file happens to be bigger than the other.