Added shutdown request for kext

This commit is contained in:
Vladimir
2022-11-24 09:57:34 +01:00
parent d6ef0a28b9
commit a1a2338619
3 changed files with 28 additions and 32 deletions

View File

@@ -81,10 +81,6 @@ func Handler(packets chan packet.Packet) {
defer close(packets)
for {
if kextHandle == winInvalidHandleValue {
return
}
packetInfo, err := RecvVerdictRequest()
if err != nil {
// Check if we are done with processing.