Update kext library

This commit is contained in:
Vladimir Stoilov
2024-01-22 01:15:56 +02:00
parent 1f2f0e5213
commit e308543f4f
4 changed files with 56 additions and 264 deletions

View File

@@ -41,7 +41,7 @@ func startInterception(packets chan packet.Packet) error {
// Start kext logging. The worker will periodically send request to the kext to send logs.
module.StartServiceWorker("kext log request worker", 0, func(ctx context.Context) error {
timer := time.NewTimer(time.Second)
timer := time.NewTicker(1 * time.Second)
for {
select {
case <-timer.C: