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

Poornesh

08/16/2022, 4:52 AM
Is there support for Osquery on 32-bit ARM ?
a

alessandrogario

08/16/2022, 9:46 AM
Hello @Poornesh! 32-bit is not supported; what platform are you trying to deploy osquery to?
p

Poornesh

08/16/2022, 12:43 PM
Hi @alessandrogario, thanks for your valuable reply . I am trying it on NXP 's i.MX6UL(ARM) SoC which we are using for Medical Project !
a

alessandrogario

08/16/2022, 1:13 PM
I don't think osquery will support 32-bit ARM anytime soon; depending on how it is deployed/configured, that specific processor may not be enough
If it can be of any use, there's a nice project called siquery-rs, which provides some of the same features of osquery but is 100% offline
Meaning, it has no support for a distributed or remote loggers
But thanks to rustup, it may be easy to build for that specific platform by installing the right target and cross-compile
p

Poornesh

08/16/2022, 2:02 PM
@alessandrogario really thanks for the detailed information . I will check more on siquery-rs. Once again thanks !
4 Views