Skip to content
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

Display analysis information #2134

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2024

  1. add api call and import count metadata fields

    This commit introduces two new metadata fields:
    - apicall_count: total count of all API calls made in the sample
    - import_count: total count of Import symbols in the sample
    fariss committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    ef846fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76df545 View commit details
    Browse the repository at this point in the history
  3. minor fix: use rutils.bold

    Note, when using rutils.warn(), flake8 raises an error. So using
    rutils.bold() for now.
    fariss committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    64565da View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    5d75052 View commit details
    Browse the repository at this point in the history
  2. remove unwanted whitespace

    fariss committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    04c93dc View commit details
    Browse the repository at this point in the history
  3. fix: missing metadata fields

    fariss committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a1504a View commit details
    Browse the repository at this point in the history