Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add set_module_data api #143

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Add set_module_data api #143

merged 3 commits into from
Apr 30, 2024

Conversation

vthib
Copy link
Owner

@vthib vthib commented Apr 30, 2024

Update the ModuleData trait to be able to associate two types of data with a module:

  • private data, that the module can create and fill during a scan
  • user data, that can be provided by the user by calling Scanner::set_module_data.

This is for the moment not used, but will be in the future cuckoo module.

Add `Scanner::set_module_data` to specify data to be used by a module.
This is for the moment unused, but will be used by the cuckoo module.
@vthib vthib merged commit 7e6b8c7 into master Apr 30, 2024
17 checks passed
@vthib vthib deleted the add-set-module-data-api branch April 30, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant