Team, I want to call osquery windows SDK in my win...
# windows
j
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
There is no lib file. Osquery provides a thrift socket, and there are some SDKs that can use it.
j
it looks like we can build the lib ourselves?
Copy code
cmake --build . --config Release