Compares two binary files and produces a difference ("patch") file by means of bsdiff tool.
This online tool lets you compare two binary files and see how they differ from each other . It also lets you patch one binary file with a «diff» file (usually having extension .diff or .patch) to generate a new («patched») version. ¶
This tool uses Unix bsdiff/bspatch utilities. You might also be interested in text diff or another binary diff tool – xdelta3.
Note that this tool compares binary files – for text file comparison it's much more convenient to use a text diff tool. ¶