joxeankoret / diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.
http://diaphora.re
GNU Affero General Public License v3.0
3.58k stars 371 forks source link

Only call the "before_export_function" and "after_export_function" ho… #211

Closed cees-elzinga closed 3 years ago

cees-elzinga commented 3 years ago

…oks if they are exported

cees-elzinga commented 3 years ago

This pull request is from 1 commit behind master. These two lines are actually already in the master branch, please ignore those:

    bd.min_ea = int(bd.get_value_for("from_address", "0"), 16)
    bd.max_ea = int(bd.get_value_for("to_address", "0"), 16)
joxeankoret commented 3 years ago

There is a little bug I put myself in this PR. I will manualy integrate and give you credit on the commit.

joxeankoret commented 3 years ago

It's already integrated in another way. Thank you!