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

Refactor WMI code into a separate library #182

Open
hacker1024 opened this issue Oct 26, 2022 · 1 comment
Open

Refactor WMI code into a separate library #182

hacker1024 opened this issue Oct 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hacker1024
Copy link

Hi,

I'd like to develop a driver to control Dell laptop performance profiles over WMI, as this Windows tool does.

Your WMI code in looks appropriate for this purpose. Would it be possible to move it into an independent library to that other projects can use it too?

@zhen-zen
Copy link
Owner

Hello,
As written in readme, the WMI code is based on macOS-IOElectrify from the-darkvoid. Probably that one is a good start point for your project. I only added a half baked BMF parser and some adjustments based on my need.
I'm not sure how library works with IOKit, since everything is based on class derivation. Maybe you are looking for something like IOWMIFamily, which is also a reference by aforementioned project.

@zhen-zen zhen-zen added the enhancement New feature or request label May 28, 2024
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
None yet
Development

No branches or pull requests

2 participants