|
BinNavi: Simplifying code II. The implementation
Apple released today an update for the recently unleashed Safari for Windows attempting to fix some of the problems promptly uncovered after the inital release. I wanted to take a look at all the changes in the release. After comparing the hashes of all executable modules the following were identical to the ones included in Safari 3.0.0:
Of all the remaining, whose hashes were different, the following proved to be structurally identical after running them through BinDiff:
So that leaves us with the stuff to focus on:
The dependencies between this modules are show in the following graph (green=identical hash, black=hash changed but structurally identical, red=the meat) ![]() Within those two modules, BinDiff finds a handful of functions changed, what could possibly have been fixed... ? ;) Comments
| ||||||