Fetching information using osquery from C++
I want to retrieve some OS information using osquery through a C++ client.
i have seen python binding for the same but doesnt see any sample in c++ to use osquery.
any idea how this can be done?
i don't want to extend the osquery functionality hence extension will not help.
want to just fetch some information.