totally new to osquery. Have one question: can I r...
# general
j
totally new to osquery. Have one question: can I run queries straight from my C++ code?
g
yes. You can also use any other language. This is done through the thrift bindings to call the osquery daemon
There's documentation here https://osquery.readthedocs.io/en/stable/development/osquery-sdk/ I have some Go and python examples if those would be useful.
j
thanks! I will check it out