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
currently, import features shown as undefined in the webui: https://mandiant.github.io/capa/explorer/#/analysis?rdoc=https://gist.githubusercontent.com/s-ff/42166fe08c7700c293445167c42e01f6/raw/af8c675f8c1a5557dd96dfaa6c8ffee08b66621c/vmray-capa.json
import
should return instead:
This is because capa json output uses feature.import_ (similar to #2331)
feature.import_
The text was updated successfully, but these errors were encountered:
fariss
Successfully merging a pull request may close this issue.
currently,
import
features shown as undefined in the webui: https://mandiant.github.io/capa/explorer/#/analysis?rdoc=https://gist.githubusercontent.com/s-ff/42166fe08c7700c293445167c42e01f6/raw/af8c675f8c1a5557dd96dfaa6c8ffee08b66621c/vmray-capa.jsonshould return instead:
This is because capa json output uses
feature.import_
(similar to #2331)The text was updated successfully, but these errors were encountered: