quarkslab / qbindiff

Quarkslab Bindiffer but not only !
https://diffing.quarkslab.com/qbindiff/doc/source/intro.html
Apache License 2.0
182 stars 8 forks source link

add custom anchoring #38

Closed rc-94 closed 1 year ago

patacca commented 1 year ago

I rebased it on main and moved it to qbindiff.passes submodule. Since it accepts an extra parameter it must be registered like this:

differ.register_prepass(match_custom_functions, custom_anchors=[(addr1, addr2), (addr3, addr4), ...])