Merge branch 'fix/remove-glue-library' into fix/verdict-cache-update

This commit is contained in:
Vladimir
2022-11-08 10:14:37 +01:00
4 changed files with 215 additions and 158 deletions

View File

@@ -70,14 +70,10 @@ type VersionInfo struct {
// Handler transforms received packets to the Packet interface.
func Handler(packets chan packet.Packet) {
if !ready.IsSet() {
return
}
defer close(packets)
for {
if !ready.IsSet() {
if kextHandle == winInvalidHandleValue {
return
}