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
We should change the order used to yield multiple formats for .NET files so FORMAT_DOTNET is used for capa's output metadata.
FORMAT_DOTNET
capa/capa/features/extractors/dotnetfile.py
Lines 51 to 53 in 4923136
This order doesn't matter for matching but does matter when collecting the file's metadata because we default to the first in the list
capa/capa/loader.py
Lines 385 to 387 in 4923136
The text was updated successfully, but these errors were encountered:
Alternatively, display all formats.
Sorry, something went wrong.
Hi @mr-tz , can i take this issue :)
of course
capa/features/extractors/dotnetfile.py
Successfully merging a pull request may close this issue.
We should change the order used to yield multiple formats for .NET files so
FORMAT_DOTNET
is used for capa's output metadata.capa/capa/features/extractors/dotnetfile.py
Lines 51 to 53 in 4923136
This order doesn't matter for matching but does matter when collecting the file's metadata because we default to the first in the list
capa/capa/loader.py
Lines 385 to 387 in 4923136
The text was updated successfully, but these errors were encountered: