Commit b8ab2c4
committed
Fix NoizDNS binary validation: use file check instead of -help flag
The -help flag output didn't match the grep pattern, causing valid
binaries to be rejected. Now validates using file command to confirm
it's an ELF executable.1 parent af8a549 commit b8ab2c4
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3074 | 3074 | | |
3075 | 3075 | | |
3076 | 3076 | | |
3077 | | - | |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
3078 | 3082 | | |
3079 | 3083 | | |
3080 | 3084 | | |
3081 | | - | |
| 3085 | + | |
3082 | 3086 | | |
3083 | 3087 | | |
3084 | 3088 | | |
| |||
0 commit comments