Dhruv Rathod
10/27/2021, 8:39 AMseph
client = Osquery::Extensions::ExtensionManager::Client.new(@protocol)
client.query(statement)
There’s an example of this in the go sdk — https://github.com/osquery/osquery-go/blob/master/examples/query you’ll need to chase down what the library is doing if you want to see the various moving parts.Dhruv Rathod
10/27/2021, 12:14 PMMike Myers
10/27/2021, 4:06 PMosquery.lib
situation, but that isn't possible with what exists todayDhruv Rathod
10/27/2021, 6:13 PM