BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.05k stars 271 forks source link

Fixes the stub resolver tests #1564

Closed bmourad01 closed 1 year ago

bmourad01 commented 1 year ago

The tests didn't reflect the new behavior of the stub resolver from #1547. The idea is that now we can have multiple stubs link to the same implementation, as is common when linking more than one shared library.

The algorithm is also cleaned up to use Bap_relation Graphlib, which ends up being simpler and produces better results.