Restrict signature debug logging to vivisect backend #2044
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I noticed that signatures will only load when the backend is vivisect:
capa/capa/main.py
Lines 695 to 698 in 7debc54
I moved the debug logging from
handle_common_args
toget_signatures_from_cli
, so it's only printed when the signatures are actually used. This means that other backends don't need the default signatures directory to exist.Closes #1875
Checklist