remove kext glue dll from dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ func start(ch chan packet.Packet) error {
|
||||
return fmt.Errorf("interception: could not get kext sys: %s", err)
|
||||
}
|
||||
|
||||
err = windowskext.Init("", kextFile.Path())
|
||||
err = windowskext.Init(kextFile.Path())
|
||||
if err != nil {
|
||||
return fmt.Errorf("interception: could not init windows kext: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user