cocafe / msr-utility

Little CLI utility to control Model Specific Registers (MSRs) on Windows via WinRing0 driver, 64+ cores supported

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding project licensing & attribution

alex-spataru opened this issue · comments

Hi!

I would like to use part the implementation of lib/winring0 to manually work with MSRs in an open-source project that I am currently developing (which will be released under the MIT license). Since my project already uses CMake, I found your WinRing0 implementation to be especially useful and easy to integrate with my codebase.

However, as I went through the codebase, I couldn't locate any header or comments specifying the licensing terms or the preferred method of attribution for your project. Could you kindly provide me with guidance on how you would like me to acknowledge the use of your WinRing0 library in my project?

Thanks,
Alex Spataru

Hello. That lib/wingring0 is just a wrapper of importing DLL functions, use as you like. 😉

Thank you very much! Closing the issue...