google/bindiff

Can subviews be reopened?

Closed this issue · 2 comments

After running a diff, if I accidentally close the Matched Functions subview is there a way to reopen it?

subview

I don't see any menu or plugin options for reopening the subviews. I also checked the documentation but I don't see anything there, either.

The workaround I was able to come up with was to save and load the results but I wish there was a simpler way.

save-load

Yes, there is :)

The BinDiff IDA Pro plugin registers a menu item for this. Just select View|BinDiff|Matched functions:

Screenshot from 2024-05-30 15-10-29

You can see all the menu items that BinDiff registers here:
https://github.com/google/bindiff/blob/main/ida/main_plugin.cc#L1210

thanks so much! exactly what i needed! 👍