Julia Cox
01/31/2024, 9:17 PMgenerate()
implementations? Is there a recommended way to handle this? In my case it would only need to work on POSIX systems. The data I'm trying to get is only exposed via a command line interface.Stefano Bonicatti
01/31/2024, 9:34 PMJulia Cox
01/31/2024, 9:36 PMJulia Cox
01/31/2024, 9:41 PMesxcli
on ESXi. I was thinking about using something like the code in osquery/process/posix/process.cpp
. I'm not 100% sure it will even work, but maybe worth a try!Stefano Bonicatti
01/31/2024, 9:44 PMposix_spawn
simplifies a little the processseph
seph
Julia Cox
02/01/2024, 1:37 PMseph