As of Zoom v4.6.10 the issue seems to have been fixed by zoom.
A simple program to unblock webcams blocked by Zoom.
Go to "releases" tab for compiled downloads.
Download the latest release from the releases tab.
- Launch the program before zoom.
- Start zoom.
- Leave the process in the background, it patches zoom in real-time.
some anti-viruses may flag the launcher as unsafe, but it's just because it's an injector.
It does not do any harm to your pc, it just needs access to Zoom's process to patch certain functions.
-
Hook the DLLMain of the DllSafeCheck.dll. In onAttach(), this dll registers an NTDLL callback to check for all dlls loaded by zoom.exe and scan them. We hook DLLMain and call onDetach() to unregister the callback and make zoom blind for any dlls, effectively disabling the scan.
-
Assembly patch the HackCheck() call in WinMain of Zoom.exe, but idk if it does anything anymore tbh.