Hi everyone,
I'm writing an extension in C++ for osquery on Windows, that serves several tasks received by queries,
and some of the tasks create processes on the system (with CreateProcessA).
My extension works fine, does it's job, but when returning the query results, the specific tasks which create processes
return an empty table (while other tasks, which don't create processes, returns a table just fine).
Has anyone else experienced this and may help me?