Add rust kext to the mono repo

This commit is contained in:
Vladimir Stoilov
2024-04-29 17:04:08 +03:00
parent 740ef1ad32
commit b0f664047b
98 changed files with 13811 additions and 84 deletions

View File

@@ -2,10 +2,8 @@
// +build windows
package windowskext
import (
"github.com/vlabo/portmaster_windows_rust_kext/kext_interface"
)
import "github.com/safing/portmaster/windows_kext/kext_interface"
func createKextService(driverName string, driverPath string) (*kext_interface.KextService, error) {
return kext_interface.CreateKextService(driverName, driverPath)