is there any `osquery` extension written in C? tha...
# general
m
is there any
osquery
extension written in C? that interacts with the
osqueryd
specifically. or any idea how to make one?
s
The c and c++ api is a bit weird, since it’s part of the osquery project itself. https://github.com/trailofbits/osquery-extensions is probably an example.
☝️ 1
You could also write your own using the thrift definitions
m
also we have an #extensions channel if you're interested