So this one really caught me off guard: yara in th...
# macos
k
So this one really caught me off guard: yara in the release package doesn't appear to be building with the hash module in macOS releases. I'm a cmake newb, and I can't tell if the authors of the osquery yara cmakelist intended to build without the hash module or if there was an oversight. Macho module on the other hand works fine
e
Sorry - not a .pkg/cmake-knowledgeable user here. Was this in reference to my issue above?
k
No, sorry
👍 1
s
Hi @kyle, that definitely is not wanted. Could you open an issue with the steps to reproduce? The CMakeLists.txt here: https://github.com/osquery/osquery/blob/master/libraries/cmake/source/yara/CMakeLists.txt contains the source code for the hash module and relative defines for all platforms, so that should go through
I thought it affected more but seems like it's just hash, dex, console, and dotnet
Console probably isn't an issue since it would likely need some custom support but the other ones I assume are intended to work
could this be an OpenSSL (version?) problem at build time?
(Oh, and magic module too, I skipped it when I was typing my test)