LectureLens is intended to be built from source by the user.
- Review the source before running a binary.
- Prefer building locally with
.\build.ps1. - Do not trust a random prebuilt
LectureLens.exefrom an unknown source.
LectureLens should not:
- access the network,
- write to the Windows registry,
- install services,
- create scheduled tasks,
- configure auto-start,
- require administrator privileges for normal use.
It does use normal Win32 APIs for:
- screen capture / magnification,
- a topmost window,
- global hotkeys,
- mouse click and wheel forwarding when enabled.
If you find a security problem, open a GitHub issue with:
- the affected file or behavior,
- exact reproduction steps,
- expected vs actual behavior,
- your Windows version.