Since we're storing some .dlls and some .exes in version control (don't ask...), I'd like to be able to reliably diff which files have changed between revisions. Basically, bindiff seems to be what I am looking for (see tools for diffing windows binaries? and Deterministic builds under Windows), but the only download link I could find was for Windows XP (actually given in the second link).
Is bindiff available for Windows 7? Or is there a similar tool that can exclude PE timestamps and whatever else is in there that changes between compilations of the same files?