-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
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
Render mode showing capas per function #377
Comments
See https://github.com/fireeye/capa/blob/master/scripts/show-capabilities-by-function.py
Is it worth rolling this into main so it's available from the standalone version? |
my only concern is the potential explosion of cli arguments (that few people will ever study) for all the possible ways of rendering data. by keeping the script separate, we can encourage people to build their own integrations and views into capa data. |
Right, this may be better suited for |
the explorer has this rendering mode and it is helpful. |
closing since we favor #2162 |
Motivation
This can help to better understand what happens in individual functions. Do this for all capas and/or for "complex" functions with various hits. Example output:
Example for PMA Lab 4:
For extra bonus could also display referenced strings in these functions.
The text was updated successfully, but these errors were encountered: