idan1109

Results 5 comments of idan1109

@ValdikSS i have the exact same problem with my firewall app. i've even changed the service of the dll name but doesn't help. It is so stupid to detect this...

i've seen the pull request. After updating the compose.go file i changed my code into this: ``` { Field: wf.FieldIPRemoteAddress, Op: wf.MatchTypeRange, Value: wf.Range{From: iprange.From(), To: iprange.To()}, // IP Range...

> I tried to modify the compose. go file line 103-104 by replacing > > ```go > ret := (*fwpmFilter0)(a.Alloc(unsafe.Sizeof(fwpmFilter0{}))) > *ret = fwpmFilter0{ > ``` > > with >...

hi @mdmintz . I tried this code but on windows 11 using your latest version, doesnt seem to work. I never pass the check! What i'm missing? i also tried...