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

collect file extensions seen in CAPE sample imports #1823

Closed
williballenthin opened this issue Oct 20, 2023 · 7 comments
Closed

collect file extensions seen in CAPE sample imports #1823

williballenthin opened this issue Oct 20, 2023 · 7 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@williballenthin
Copy link
Collaborator

# trim extensions observed in dynamic traces
dll = dll[0:-4] if dll.endswith(".dll") else dll
dll = dll[0:-4] if dll.endswith(".drv") else dll

@williballenthin williballenthin added the enhancement New feature or request label Oct 20, 2023
@williballenthin williballenthin added this to the v7.0 milestone Oct 20, 2023
@williballenthin williballenthin self-assigned this Oct 20, 2023
@williballenthin
Copy link
Collaborator Author

williballenthin commented Oct 20, 2023

jq ".static.pe.imports[].dll" mnt/public_full_reports/0* | tr "[:upper:]" "[:lower:]" | sed -e "s/^.*\(\.[^.]*\)\"/\1/g" | sort | uniq -c | sort -nr
  18651 .dll
    404 .drv
      4 .ocx
      2 "*invalid*"
      1 "ntdll"

@mr-tz
Copy link
Collaborator

mr-tz commented Oct 20, 2023

I propose to remove this in an upcoming PR to address #1815.

@mr-tz
Copy link
Collaborator

mr-tz commented Oct 20, 2023

Although, should we keep the DLL name for imports? We'll always have these.

@mr-tz
Copy link
Collaborator

mr-tz commented Oct 20, 2023

Are we fine leaving it with .dll and .drv?

@williballenthin
Copy link
Collaborator Author

image

@williballenthin
Copy link
Collaborator Author

image

@mr-tz
Copy link
Collaborator

mr-tz commented Jan 22, 2024

can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants