mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-11 11:06:12 -04:00
Adds a NtMapViewOfSection hook which we can use before DLLs are loaded to decide whether to abort the process. This is useful for blocking known problematic DLLs that cause crashes. In addition, the PE timestamp can be checked to block only older DLLs such as older versions of Vtuber virtual cameras with known deadlock bugs. A simple counter of each DLL is used for logging purposes. Since DLLs can be blocked at any time, the output is only logged on exit of OBS.
83 KiB
83 KiB