I need a tool to compare 2 binaries. The files are quite large. Some freeware or trial tools I found on the Internet are not convenient to use for large files. Can you recommend me some tools?
Tool for comparing 2 binary files in Windows
441.7k Views Asked by mustafa At
        	6
        	
        There are 6 best solutions below
2
                
                        
                            
                        
                        
                            On
                            
                                                    
                    
                Total Commander also has a binary compare option:
go to: File \\Compare by content
ps. I guess some people may alredy be using this tool and may not be aware of the built-in feature.
0
                
                        
                            
                        
                        
                            On
                            
                                                    
                    
                In Cygwin:
$cmp -bl <file1> <file2>
diffs binary offsets and values are in decimal and octal respectively.. Vladi.
4
                
                        
                            
                        
                        
                            On
                            
                                                    
                    
                If you want to find out only whether or not the files are identical, you can use the Windows fc command in binary mode:
fc.exe /b file1 file2
For details, see the reference for fc
A few possibilities:
See also: https://web.archive.org/web/20151122151611/https://stackoverflow.com/questions/688504/binary-diff-tool-for-very-large-files