Hello everyone. Sorry in advance for the noob ques...
# general
n
Hello everyone. Sorry in advance for the noob question. I'm building a little utility that extracts some data from a running system in a self-contained binary that requires no installation. I've been writing it from scratch when I eventually realized that osquery already implemented most of the features I need, so I'm looking to leverage osqueryi as standalone binaries to be shipped along my utility. However, I can only find distribution of installers rather than single binaries. Any suggestion as to how to best address this? I was hoping to not have to manually download installers, unpacks them and extract binaries every time.