Open fortunac opened 4 years ago
Generally I'd expect this to be implemented in the same way as the VSA, that is using http://binaryanalysisplatform.github.io/bap/api/odoc/bap/Bap/Std/Value/index.html, to register a module, with a field in the Project.storage
data structure, of type Dict.t
.
Main differences:
Though this is not really addressing this ticket, some implementation details:
fixpoint
method from here: http://binaryanalysisplatform.github.io/bap/api/odoc/graphlib/Graphlib/Std/Graphlib/index.html Seems pretty straightforward.Thoughts and suggestions are welcome.
We should design an interface that can connect a possible data flow analysis with WP.
Some suggestions/notes: