nobody 162
03/04/2019, 4:50 PMthor
03/04/2019, 7:39 PMfmanco
03/05/2019, 12:45 AMsdk:plugin_sdk
which should allow you to build extensions using Buck. It was just landed and I'm not sure how complete it is so I'll let @akindyakov comment on that here.akindyakov
03/05/2019, 9:44 AMsdk:plugin_sdk
which include hopefully everything you need to build a C++ extension. Although, it is a bit unstable and include to many things from osquery itself (we gonna clean it up soon) it already stable enough and could be used. One important thing you should know - it doesn't include osquery/extensions:impl_thrift
- it should be added separately. There is unit test for SDK API sdk/tests:plugin_sdk_tests
, that is a simple example of how to use SDK. Does it make any sense for you?nobody 162
03/05/2019, 4:48 PMakindyakov
03/07/2019, 1:26 PMnobody 162
03/07/2019, 1:45 PMakindyakov
03/07/2019, 1:46 PMnobody 162
03/07/2019, 1:48 PM