Hi , where to provide input like .table, Select * From processes ...etc to get result on console in visual studio. I gone through this link
https://osquery.readthedocs.io/en/stable/. What i understood from there is like run the osquery.exe from command prompt than in next line osquery> will come , here i need to do query which i want to do and it will display the result. I didn't find any reference with respect to how to give input into visual studio.
Even i tried to provide input in command line in ALL_Build>Propertied>Debugging>commandline Argement but when i press f5 its show access is denied.