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

Expose generic properties / settings in Connector and Os Plugins #57

Open
ko1N opened this issue Apr 11, 2021 · 0 comments
Open

Expose generic properties / settings in Connector and Os Plugins #57

ko1N opened this issue Apr 11, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@ko1N
Copy link
Member

ko1N commented Apr 11, 2021

Since it is sometimes necessary to query specific values (e.g. the win32 major/minor version numbers) we require a mechanism to get those values even when just using Plugins.

For the Os-Plugins a simple property query like this could work:

let version_major = os.property("win32.kernel.version.major")?;

Some Connectors would also benefit from runtime configuration changes. So something like this could work:

connector.set_config("pcileech.tlp.sleep", "1ms");
@ko1N ko1N added the enhancement New feature or request label Apr 11, 2021
@ko1N ko1N added this to To do in Version 0.2 via automation Apr 11, 2021
@ko1N ko1N moved this from To do to In progress in Version 0.2 Apr 15, 2021
@h33p h33p moved this from In progress to Done in Version 0.2 Feb 17, 2022
@h33p h33p moved this from Done to In progress in Version 0.2 Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Version 0.2
  
In progress
Development

No branches or pull requests

1 participant