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

Jens

03/03/2018, 5:53 AM
totally new to osquery. Have one question: can I run queries straight from my C++ code?
g

groob

03/03/2018, 4:28 PM
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

Jens

03/04/2018, 9:40 PM
thanks! I will check it out