Skip to content

vaxerski/ZoomWebcamFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HitCount

ZoomWebcamFix

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.

Usage

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.

Screenshots

Before After

How it works

  • 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.

About

Unblock webcams that were blocked aka yeeted by Zoom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published