https://github.com/osquery/osquery logo
#general
Title
# general
v

Vikram

11/29/2019, 11:38 AM
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

alessandrogario

11/29/2019, 5:01 PM
We have @Akshay Kumar looking into porting the extensions to 4.0.1: https://github.com/trailofbits/osquery-extensions/pull/51
a

Akshay Kumar

12/02/2019, 4:19 PM
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

Vikram

12/13/2019, 11:33 AM
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 ?