safing-portmaster/windows_kext/release
2024-05-16 16:21:27 +03:00
..
src [windows_kext] fix all linter error 2024-05-16 16:21:27 +03:00
templates Add rust kext to the mono repo 2024-04-29 17:04:08 +03:00
Cargo.lock [windows_kext] Fix small bug, remove version form Cargo.toml files 2024-05-15 18:03:53 +03:00
Cargo.toml [windows_kext] Fix small bug, remove version form Cargo.toml files 2024-05-15 18:03:53 +03:00
README.md [windows_kext] fix all linter error 2024-05-16 16:21:27 +03:00

Kext release tool

Generate the zip file

  • Make sure kextinterface/version.txt is up to date
  • Execute: cargo run
    • This will generate release kext_release_vX-X-X.zip file. Which contains all the necessary files to make the release.

Generate the cab file

  • Copy the zip and extract it on a windows machine.
    • Some version Visual Studio needs to be installed.
  • From VS Command Prompt / PowerShell run:
cd kext_release_v.../
./build_cab.bat
  1. Sing the cab file

Let Microsoft Sign

The zip will contain the release files.

Optionally sign the .sys file.