Cool, yeah I was looking for something I can run cross-platform, although I'll admit so far I have only tested this on linux. It's intended usage is on Windows ;)
I had tried some others - i think vbindiff was one - but didnt like it cause it wouldnt show me bits. Yaesu loves memory conservation especially in settings area ;)
On Thursday, October 31, 2013 5:55 PM, Dan Smith dsmith@danplanet.com wrote:
Here is a quick and dirty "binary diff watcher" to show hex and binary differences and the offsets of two files.
vbindiff works pretty well also.
I use some scripts that diff the "hexdump -C" output of two files, which I find really helpful because I can see the context around the things that are changing. I've been meaning to get those into the tree as well, but they're super hacky and need at least a usage statement.