Binsec_sse_stake.PluginSourceThe name of the plugin.
It should be unique.
fields path should return a list of custom fields ([ field0; field1; ... ]) to register into the path structure.
The associated PATH.key can be retrieved via the function ENGINE.lookup.
val extensions :
(module Binsec_sse.Types.ENGINE with type Path.t = 'a) ->
'a Binsec_sse.Types.extension listextensions engine should return a list of custom extentions to activate for the plugin.
This function is called only once per symbolic execution run and comes after fields.