Skip to content

Abstracting CallbackManager #3

Description

@RobinDavid

At the moment to register a callback one, have to call the appropriate method of the CallbackManager object,
either through:

  • the SymbolicExecutor with se.cbm
  • the SymbolicExplorator with dse.callback_manager

From a user API perspective it would be better to directly calling the write registration function directly on the SymbolicExecutor or the SymbolicExplorator.

What to do: Write an interface class and making SymbolicExecutor and SymbolicExplorator to implement. it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions