Patch-SEB is a tool designed to patch Safe Exam Browser (SEB) on Windows. This tool downloads the latest release of SEB patches and applies them to the SEB installation directory.
- Download the latest release.
- Run as administrator
- Profit
To build the project yourself, follow these steps:
-
Clone the Repository:
git clone https://github.com/wxnnvs/patch-seb.git cd patch-seb -
Install Dependencies: Ensure you have Go installed. Then, run:
go mod tidy
-
Build the Executable:
go build -o patch-seb.exe main.go
This tool might get detected as a trojan by some antivirus software due to its nature of modifying files in the SEB installation directory. Ensure you understand the risks and have appropriate permissions to use this tool.
Do Whatever The Fuck You Want License