gabriel-weaver / xutools

eXtended UNIX text-processing tools
GNU General Public License v3.0
44 stars 2 forks source link

Binary File Diff #20

Open gabriel-weaver opened 12 years ago

gabriel-weaver commented 12 years ago

"I have a binary file problem right now, I built a parser to convert it to text, and I can see the differences easily that way. Many files are exact duplicates in a different format (like a JPEG saved as a GIF and BMP), and many others are only slightly different (think French or Spanish converted to the English alphabet where the accents are lost). Weeding through the files is a lot easier, and if I could define the format and have the tool do it for me I would not have had to 'roll my own'".

Written by b4dc0d3r on Slashdot.

gabriel-weaver commented 12 years ago

Check out http://www.zynamics.com/bindiff.html This is very relevant :)