Closed rc-94 closed 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:
qbindiff.passes
differ.register_prepass(match_custom_functions, custom_anchors=[(addr1, addr2), (addr3, addr4), ...])
I rebased it on main and moved it to
qbindiff.passes
submodule. Since it accepts an extra parameter it must be registered like this: