https://github.com/osquery/osquery logo
#windows
Title
# windows
j

Jenny

02/01/2023, 10:50 PM
Team, I want to call osquery windows SDK in my windows app. Where I download the .lib file? Is there one or should I build it myself? I fount the head file, but not the library. Could someone show instructions of the steps?
s

seph

02/02/2023, 12:08 AM
There is no lib file. Osquery provides a thrift socket, and there are some SDKs that can use it.
j

Jenny

02/02/2023, 12:28 AM
it looks like we can build the lib ourselves?
Copy code
cmake --build . --config Release