bozbez / win-capture-audio

An OBS plugin that allows capture of independant application audio streams on Windows, in a similar fashion to OBS's game capture and Discord's application streaming.
GNU General Public License v2.0
3.8k stars 209 forks source link

Fail to detect target process with administrator privileges #75

Closed walker-WSH closed 2 years ago

walker-WSH commented 2 years ago

If run target process as Administrator, open_process() with _PROCESS_QUERYINFORMATION will fail. It is better to replace _PROCESS_QUERYINFORMATION with _PROCESS_QUERY_LIMITEDINFORMATION

1639037030