jimmy
07/13/2022, 4:08 PMStefano Bonicatti
07/13/2022, 4:23 PMimplementation()
function in the .table.
Then you would add your .cpp that contains the logic under a subdirectory in osquery/tables
and choose the most appropriate one depending on what you’re doing and the platform.
Finally you would have to add that .cpp file to build to one of the existing targets in the CMakeLists.txt present either in the folder you’ve chosen or one of the most immediate parent which contains the other .cpp files which were next to yours.jimmy
07/14/2022, 10:31 AMStefano Bonicatti
07/14/2022, 10:32 AMjimmy
07/14/2022, 10:57 AMStefano Bonicatti
07/14/2022, 10:59 AMjimmy
07/14/2022, 11:14 AM