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
Closely related to #43, there are lots of Base64 streams in html files, preceded by
"data:text/css;base64, "data:image/png;base64, "data:text/html; charset=UTF-8;base64, ...etc
that are not recognized by precomp's parser. paq8px does see them, though.
195155 doc.html.paq8px193fix2 256899 doc.html 256919 doc.html.pcf // 0 streams found 1886137 doc.html.paq8px193fix2.pcf // 8 streams found
Base64.zip
Maybe a good way of avoiding false positives is to look for ;base64, strings.
;base64,
The text was updated successfully, but these errors were encountered:
schnaader
No branches or pull requests
Closely related to #43, there are lots of Base64 streams in html files, preceded by
that are not recognized by precomp's parser. paq8px does see them, though.
Base64.zip
Maybe a good way of avoiding false positives is to look for
;base64,
strings.The text was updated successfully, but these errors were encountered: