You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scanning a directory, we should be able to exclude arbitrary paths via something like --exclude-paths.
A good example here is when scanning samples/macOS which has the bincapz binary in it. Since we tend to scan bincapz on its own, we could do --exclude-paths=macOS/clean/bincapz to allow all of the other files to be scanned.
The text was updated successfully, but these errors were encountered:
When scanning a directory, we should be able to exclude arbitrary paths via something like
--exclude-paths
.A good example here is when scanning
samples/macOS
which has thebincapz
binary in it. Since we tend to scanbincapz
on its own, we could do--exclude-paths=macOS/clean/bincapz
to allow all of the other files to be scanned.The text was updated successfully, but these errors were encountered: