Skip to content

Ideas for a plugin API

Gonzalo José Carracedo Carballal edited this page Oct 14, 2021 · 1 revision

List of potential interfaces in the new plugin API

Transport plugins

Enable remote analyzers to run over different transports. Some functions to define: Listen, connect, read/write_reliable, read/write_best_effort, close

Link objects to the plugin they belong to

If a plugin registers classes, link them to the plugin object to perform safe deregistration