google / bindiff

Quickly find differences and similarities in disassembled code
https://zynamics.com/bindiff.html
Apache License 2.0
2.15k stars 130 forks source link

Can subviews be reopened? #44

Closed clarkewd closed 3 months ago

clarkewd commented 3 months ago

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

cblichmann commented 3 months ago

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

clarkewd commented 3 months ago

thanks so much! exactly what i needed! 👍