We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clamav-unofficial-sigs/clamav-unofficial-sigs.sh
Line 1254 in ececc4b
hello, this doesn't work, on ldb files will produce
<sig_name>;Engine
Maybe do you mean something like
# Hash-based Signature Database position="4" sig_name="$(echo "$sig_full" | cut -d ":" -f $position | cut -d "=" -f 1)" else position="2" sig_name="$(echo "$sig_full" | cut -d ":" -f $position | cut -d ";" -f 1 | cut -d "=" -f 1)" fi #sig_name="$(echo "$sig_full" | cut -d ":" -f $position $add | cut -d "=" -f 1)"
The text was updated successfully, but these errors were encountered:
handle whitelisting .ldb files too
b05fa61
see extremeshok#411
No branches or pull requests
clamav-unofficial-sigs/clamav-unofficial-sigs.sh
Line 1254 in ececc4b
hello, this doesn't work, on ldb files will produce
Maybe do you mean something like
The text was updated successfully, but these errors were encountered: