This commit is contained in:
Vladimir Stoilov
2022-09-20 11:23:21 +02:00
committed by Daniel
parent b4e2687884
commit ddfa3722be
7 changed files with 64 additions and 57 deletions

View File

@@ -95,8 +95,7 @@ func Init(dllPath, driverPath string) error {
new.clearCache, err = new.dll.FindProc("PortmasterClearCache")
if err != nil {
// the loaded dll is an old version
log.Errorf("could not find proc PortmasterClearCache in dll: %s", err)
log.Warning("are you using the latest kext version?")
log.Errorf("could not find proc PortmasterClearCache (v0.x.x+) in dll: %s", err)
}
// initialize dll/kext