Is there any osquery extensions on github that I c...
# general
v
Is there any osquery extensions on github that I can use to test how to build extensions. I have been trying to build the trailofbits osquery extensions for days now and I just cannot get it to work. After doing build with CMake only trailofbits_extensions_tests.vcxproj is created but no project is created for the actual extension. Just cannot figure out what is wrong
a
We have @Akshay Kumar looking into porting the extensions to 4.0.1: https://github.com/trailofbits/osquery-extensions/pull/51
a
Hi Vikram, Have you tried building
trailofbits/osquery-extensions
branch
extension_porting_4.0.1
? https://github.com/trailofbits/osquery-extensions/tree/extension_porting_4.0.1
v
Thanks @Akshay Kumar When I try to build the extension on windows - the fwctl extension is not being built while ntfs_forensics and windws_sync_objects are showing up when I am doing
Copy code
cmake -G "Visual Studio 16 2019" -A x64 -T v141 ..
Why is that ?